<?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 Famous Internet Programmer</title>
	<atom:link href="http://www.famousinternetprogrammer.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.famousinternetprogrammer.com</link>
	<description>PHP Programming for Internet Marketers</description>
	<lastBuildDate>Tue, 24 Jan 2012 11:02:59 +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 Is programming in core PHP better than using a framework? by Timothy W</title>
		<link>http://www.famousinternetprogrammer.com/advanced-php-programming/is-programming-in-core-php-better-than-using-a-framework/comment-page-1#comment-3717</link>
		<dc:creator>Timothy W</dc:creator>
		<pubDate>Tue, 24 Jan 2012 11:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/advanced-php-programming/is-programming-in-core-php-better-than-using-a-framework#comment-3717</guid>
		<description>this question revolves around the whole convention over configuration mindset.  If you want to accomplish more for your site in less time you could use a framework.  However, if you want the satisfaction of creating something on your own you would want to build from the ground up.  In my experience I have always programmed everything on my own simply because I enjoy the satisfaction that comes along with using my own scripts.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;me brane</description>
		<content:encoded><![CDATA[<p>this question revolves around the whole convention over configuration mindset.  If you want to accomplish more for your site in less time you could use a framework.  However, if you want the satisfaction of creating something on your own you would want to build from the ground up.  In my experience I have always programmed everything on my own simply because I enjoy the satisfaction that comes along with using my own scripts.<br /><b>References : </b><br />me brane</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get a random string in php programming? by Roger Ranatuna</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-get-a-random-string-in-php-programming-2/comment-page-1#comment-3716</link>
		<dc:creator>Roger Ranatuna</dc:creator>
		<pubDate>Thu, 05 Jan 2012 06:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-get-a-random-string-in-php-programming-2#comment-3716</guid>
		<description>You can use session id to geenrate random string

&lt;?php
session_start();
echo session_id();
?&gt;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You can use session id to geenrate random string</p>
<p>&lt;?php<br />
session_start();<br />
echo session_id();<br />
?&gt;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to get a random string in php programming? by Emissary</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-get-a-random-string-in-php-programming-2/comment-page-1#comment-3715</link>
		<dc:creator>Emissary</dc:creator>
		<pubDate>Thu, 05 Jan 2012 05:50:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-get-a-random-string-in-php-programming-2#comment-3715</guid>
		<description>Do you mean how to pick a random string out of a predetermined set? 
... put them in an array and use the array_rand() function:

&lt;?php

$myStrings = array(&quot;Neo&quot;, &quot;Morpheus&quot;, &quot;Trinity&quot;);
echo $myStrings[array_rand($myStrings, 1)];

?&gt;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Do you mean how to pick a random string out of a predetermined set?<br />
&#8230; put them in an array and use the array_rand() function:</p>
<p>&lt;?php</p>
<p>$myStrings = array(&quot;Neo&quot;, &quot;Morpheus&quot;, &quot;Trinity&quot;);<br />
echo $myStrings[array_rand($myStrings, 1)];</p>
<p>?&gt;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter, jQuery &amp; JSON How To &#8211; http://geekhut.org by k0d3g3ar</title>
		<link>http://www.famousinternetprogrammer.com/jquery-2/codeigniter-jquery-json-how-to-httpgeekhut-org/comment-page-1#comment-3642</link>
		<dc:creator>k0d3g3ar</dc:creator>
		<pubDate>Fri, 23 Dec 2011 00:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/jquery-2/codeigniter-jquery-json-how-to-httpgeekhut-org#comment-3642</guid>
		<description>&lt;a href=&quot;http://mycaffeinatedcontent.com&quot;&gt;Website content&lt;/a&gt;


He&#039;s running Windows XP?   Epic Fail!</description>
		<content:encoded><![CDATA[<p><a href="http://mycaffeinatedcontent.com">Website content</a></p>
<p>He&#8217;s running Windows XP?   Epic Fail!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CodeIgniter, jQuery &amp; JSON How To &#8211; http://geekhut.org by k0d3g3ar</title>
		<link>http://www.famousinternetprogrammer.com/jquery-2/codeigniter-jquery-json-how-to-httpgeekhut-org/comment-page-1#comment-3641</link>
		<dc:creator>k0d3g3ar</dc:creator>
		<pubDate>Thu, 22 Dec 2011 18:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/jquery-2/codeigniter-jquery-json-how-to-httpgeekhut-org#comment-3641</guid>
		<description>&lt;a href=&quot;http://mycaffeinatedcontent.com&quot;&gt;Website content&lt;/a&gt;


@Maverickx89 Dude, use Netbeans.  Much better for CI development</description>
		<content:encoded><![CDATA[<p><a href="http://mycaffeinatedcontent.com">Website content</a></p>
<p>@Maverickx89 Dude, use Netbeans.  Much better for CI development</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to learn php programming language ? by Karthik</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language/comment-page-1#comment-3713</link>
		<dc:creator>Karthik</dc:creator>
		<pubDate>Wed, 21 Dec 2011 12:40:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language#comment-3713</guid>
		<description>If you are a web developer and don&#039;t know any programming language, I suggest you should start off with HTML. I learned it when I was 10 and I am a really good web developer. Once you get the hang of HTML, you should move to CSS, then php. The reason why is because php is more of a server interaction language. If you already know HTML and CSS, then just find some books in the library. Remember if you have just started programming, you have to start in baby steps. Since you are a web developer, you should start with HTML. I do programming a lot and I started off with C, C++, BASIC, Java, Ruby, HTML, CSS, and little bit of php. Just try your best.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>If you are a web developer and don&#8217;t know any programming language, I suggest you should start off with HTML. I learned it when I was 10 and I am a really good web developer. Once you get the hang of HTML, you should move to CSS, then php. The reason why is because php is more of a server interaction language. If you already know HTML and CSS, then just find some books in the library. Remember if you have just started programming, you have to start in baby steps. Since you are a web developer, you should start with HTML. I do programming a lot and I started off with C, C++, BASIC, Java, Ruby, HTML, CSS, and little bit of php. Just try your best.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to learn php programming language ? by Kripa</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language/comment-page-1#comment-3712</link>
		<dc:creator>Kripa</dc:creator>
		<pubDate>Wed, 21 Dec 2011 12:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language#comment-3712</guid>
		<description>Well there is no problem to learn PHP.
If you want to learn programming language ten there are two options :
either take coaching classes or go to w3schools.com website.
I would like to suggest you that first take basic idea of C language after that learn PHP.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Well there is no problem to learn PHP.<br />
If you want to learn programming language ten there are two options :<br />
either take coaching classes or go to w3schools.com website.<br />
I would like to suggest you that first take basic idea of C language after that learn PHP.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to learn php programming language ? by Rakesh</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language/comment-page-1#comment-3711</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Wed, 21 Dec 2011 12:09:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language#comment-3711</guid>
		<description>Hi,

There are number of websites which provide you tutorials for PHP.
Just type on Google PHP tutorials, you will get many options.

Some of good websites are :

1. w3schools.com
2. java2s.com
3. php.net&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There are number of websites which provide you tutorials for PHP.<br />
Just type on Google PHP tutorials, you will get many options.</p>
<p>Some of good websites are :</p>
<p>1. w3schools.com<br />
2. java2s.com<br />
3. php.net<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to learn php programming language ? by Manoj</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language/comment-page-1#comment-3710</link>
		<dc:creator>Manoj</dc:creator>
		<pubDate>Wed, 21 Dec 2011 11:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language#comment-3710</guid>
		<description>Hi,

Take online tutorials. Best option ever.
Or second option is that you an take coaching for this.
For online tutorials best website is w3schools.com&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Take online tutorials. Best option ever.<br />
Or second option is that you an take coaching for this.<br />
For online tutorials best website is w3schools.com<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to learn php programming language ? by Ankit</title>
		<link>http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language/comment-page-1#comment-3709</link>
		<dc:creator>Ankit</dc:creator>
		<pubDate>Wed, 21 Dec 2011 10:58:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.famousinternetprogrammer.com/php-programming/how-to-learn-php-programming-language#comment-3709</guid>
		<description>Hi,

If you want to learn PHP. Then first learn its basics.
w3schools.com is a best website to learn PHP.
For more advanced knowledge java2s.com.
There are also some good website on internet for PHP.
Just try PHP tutorials. There are many options for you.

Hope this will help...&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>If you want to learn PHP. Then first learn its basics.<br />
w3schools.com is a best website to learn PHP.<br />
For more advanced knowledge java2s.com.<br />
There are also some good website on internet for PHP.<br />
Just try PHP tutorials. There are many options for you.</p>
<p>Hope this will help&#8230;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

