<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for PHP Help</title>
	<atom:link href="http://phpmagister.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://phpmagister.com</link>
	<description>need php help?</description>
	<lastBuildDate>Wed, 22 Feb 2012 12:53:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Difference between if () { } and if () : endif; by Bondt</title>
		<link>http://phpmagister.com/difference-between-if-and-if-endif-1489/#comment-18552</link>
		<dc:creator>Bondt</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/difference-between-if-and-if-endif-1489/#comment-18552</guid>
		<description>&lt;p&gt;I used to use the curly braces but now a days I prefer to use this short-hand alternative syntax because of code readability and accessibility.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>I used to use the curly braces but now a days I prefer to use this short-hand alternative syntax because of code readability and accessibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP extensions won&#039;t load on Apache startup by n3rd</title>
		<link>http://phpmagister.com/php-extensions-wont-load-on-apache-startup-2706/#comment-18565</link>
		<dc:creator>n3rd</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/php-extensions-wont-load-on-apache-startup-2706/#comment-18565</guid>
		<description>&lt;p&gt;the problem here is that apache has loaded PHP, but PHP was not able to load its extension (mysql, postgresql, ...).
I think you should enter path values in your php.ini file in unix format (do not use backslash characters as directory separator). so in your php.ini file change this:&lt;/p&gt;

&lt;p&gt;extension_dir=&quot;C:/php/ext&quot;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>the problem here is that apache has loaded PHP, but PHP was not able to load its extension (mysql, postgresql, &#8230;).<br />
I think you should enter path values in your php.ini file in unix format (do not use backslash characters as directory separator). so in your php.ini file change this:</p>
<p>extension_dir=&#8221;C:/php/ext&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SEO History and PHP by NickK</title>
		<link>http://phpmagister.com/seo-history-and-php-126/#comment-18539</link>
		<dc:creator>NickK</dc:creator>
		<pubDate>Wed, 22 Feb 2012 12:03:34 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/seo-history-and-php-126/#comment-18539</guid>
		<description>&lt;p&gt;Add this to the long list of &lt;a href=&quot;http://kercommunications.com/seo/seo-misconceptions/&quot; rel=&quot;nofollow&quot;&gt;SEO misinformation&lt;/a&gt; that has either come from a misunderstanding of something, or an outright lie.  My guess would be that the person who told you this either has a poor understanding of SEO, or they are clueless about developing with PHP and were using vague SEO reasons as an excuse to not work with PHP. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Add this to the long list of <a href="http://kercommunications.com/seo/seo-misconceptions/" rel="nofollow">SEO misinformation</a> that has either come from a misunderstanding of something, or an outright lie.  My guess would be that the person who told you this either has a poor understanding of SEO, or they are clueless about developing with PHP and were using vague SEO reasons as an excuse to not work with PHP. </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Best practice: Import mySQL file in PHP; split queries by Matt</title>
		<link>http://phpmagister.com/best-practice-import-mysql-file-in-php-split-queries-2050/#comment-18524</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Wed, 22 Feb 2012 11:51:22 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/best-practice-import-mysql-file-in-php-split-queries-2050/#comment-18524</guid>
		<description>&lt;p&gt;You can use phpMyAdmin for importing the file. Even if it is huge, just use &lt;a href=&quot;http://wiki.phpmyadmin.net/pma/Config#UploadDir&quot; rel=&quot;nofollow&quot;&gt;UploadDir&lt;/a&gt; configuration directory, upload it there and choose it from phpMyAdmin import page. Once file processing will be close to the PHP limits, phpMyAdmin interrupts importing, shows you again import page with predefined values indicating where to continue in the import.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You can use phpMyAdmin for importing the file. Even if it is huge, just use <a href="http://wiki.phpmyadmin.net/pma/Config#UploadDir" rel="nofollow">UploadDir</a> configuration directory, upload it there and choose it from phpMyAdmin import page. Once file processing will be close to the PHP limits, phpMyAdmin interrupts importing, shows you again import page with predefined values indicating where to continue in the import.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Logical Operators, &#124;&#124; or OR? by Nishu Tayal</title>
		<link>http://phpmagister.com/logical-operators-or-or-3672/#comment-18560</link>
		<dc:creator>Nishu Tayal</dc:creator>
		<pubDate>Wed, 22 Feb 2012 10:18:20 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/logical-operators-or-or-3672/#comment-18560</guid>
		<description>0</description>
		<content:encoded><![CDATA[<p>0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find the php.ini file used by the command line? by Lode</title>
		<link>http://phpmagister.com/how-to-find-the-php-ini-file-used-by-the-command-line-1808/#comment-18567</link>
		<dc:creator>Lode</dc:creator>
		<pubDate>Wed, 22 Feb 2012 09:49:34 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/how-to-find-the-php-ini-file-used-by-the-command-line-1808/#comment-18567</guid>
		<description>&lt;p&gt;From what I remember when I used to use EasyPHP, the php.ini file is either in &lt;code&gt;C:Windows&lt;/code&gt; or &lt;code&gt;C:WindowsSystem32&lt;/code&gt;&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>From what I remember when I used to use EasyPHP, the php.ini file is either in <code>C:Windows</code> or <code>C:WindowsSystem32</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Check file permissions by Huppie</title>
		<link>http://phpmagister.com/check-file-permissions-1547/#comment-18556</link>
		<dc:creator>Huppie</dc:creator>
		<pubDate>Wed, 22 Feb 2012 04:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/check-file-permissions-1547/#comment-18556</guid>
		<description>&lt;p&gt;You can use the &lt;a href=&quot;http://www.php.net/manual/en/function.is-readable.php&quot;&gt;is_readable()&lt;/a&gt;, &lt;a href=&quot;http://www.php.net/manual/en/function.is-executable.php&quot;&gt;is_executable()&lt;/a&gt; etc.. commands.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>You can use the <a href="http://www.php.net/manual/en/function.is-readable.php">is_readable()</a>, <a href="http://www.php.net/manual/en/function.is-executable.php">is_executable()</a> etc.. commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Is using CSS classes for JS markup a bad practice? by Brian FitzGerald</title>
		<link>http://phpmagister.com/is-using-css-classes-for-js-markup-a-bad-practice-6842/#comment-18562</link>
		<dc:creator>Brian FitzGerald</dc:creator>
		<pubDate>Wed, 22 Feb 2012 03:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/is-using-css-classes-for-js-markup-a-bad-practice-6842/#comment-18562</guid>
		<description>&lt;p&gt;Not a bad idea at all.&lt;/p&gt;

&lt;p&gt;That is one of the primary uses of classes.&lt;/p&gt;

&lt;p&gt;A class (like and ID) can be used as both a way to style an element and / or a hook for scripting.&lt;/p&gt;

&lt;p&gt;In this case, it might be the best possible solution, as it allows for what seems to be minimal markup changes for a wider redesign.  &lt;/p&gt;

&lt;p&gt;And it is easily reversible.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Not a bad idea at all.</p>
<p>That is one of the primary uses of classes.</p>
<p>A class (like and ID) can be used as both a way to style an element and / or a hook for scripting.</p>
<p>In this case, it might be the best possible solution, as it allows for what seems to be minimal markup changes for a wider redesign.  </p>
<p>And it is easily reversible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP String to Float by HADI</title>
		<link>http://phpmagister.com/php-string-to-float-445/#comment-18558</link>
		<dc:creator>HADI</dc:creator>
		<pubDate>Wed, 22 Feb 2012 02:19:05 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/php-string-to-float-445/#comment-18558</guid>
		<description>&lt;pre&gt;&lt;code&gt;$rootbeerFloat = (float) $InvoicedUnits;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Should do it for you. Check out &lt;a href=&quot;http://us2.php.net/language.types.type-juggling&quot; rel=&quot;nofollow&quot;&gt;Type-Juggling&lt;/a&gt;. You should also read &lt;a href=&quot;http://us2.php.net/manual/en/language.types.string.php#language.types.string.conversion&quot; rel=&quot;nofollow&quot;&gt;String conversion to Numbers&lt;/a&gt;.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<pre><code>$rootbeerFloat = (float) $InvoicedUnits;
</code></pre>
<p>Should do it for you. Check out <a href="http://us2.php.net/language.types.type-juggling" rel="nofollow">Type-Juggling</a>. You should also read <a href="http://us2.php.net/manual/en/language.types.string.php#language.types.string.conversion" rel="nofollow">String conversion to Numbers</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Add some html to Zend Forms by r-benTahir</title>
		<link>http://phpmagister.com/add-some-html-to-zend-forms-6392/#comment-18529</link>
		<dc:creator>r-benTahir</dc:creator>
		<pubDate>Wed, 22 Feb 2012 00:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://phpmagister.com/add-some-html-to-zend-forms-6392/#comment-18529</guid>
		<description>&lt;p&gt;article in here: 
&lt;a href=&quot;http://www.phpeveryday.com/articles/Zend-Framework-Login-Creating-Form-Login-P565.html&quot; rel=&quot;nofollow&quot;&gt;http://www.phpeveryday.com/articles/Zend-Framework-Login-Creating-Form-Login-P565.html&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;this is where i found out that yes we can ... use html code to make the form without going through the whole Zend_Form thing. 
Made my practice so well easy.
hope it helps.&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>article in here:<br />
<a href="http://www.phpeveryday.com/articles/Zend-Framework-Login-Creating-Form-Login-P565.html" rel="nofollow">http://www.phpeveryday.com/articles/Zend-Framework-Login-Creating-Form-Login-P565.html</a> </p>
<p>this is where i found out that yes we can &#8230; use html code to make the form without going through the whole Zend_Form thing.<br />
Made my practice so well easy.<br />
hope it helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

