<?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 on: How to get started with PHP?</title>
	<atom:link href="http://www.askaboutphp.com/5/getting-started-with-php.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.askaboutphp.com/5/getting-started-with-php.html</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 06:32:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: webmaster</title>
		<link>http://www.askaboutphp.com/5/getting-started-with-php.html/comment-page-1#comment-5196</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Mon, 05 Jan 2009 03:23:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/beginners/5/getting-started-with-php.html#comment-5196</guid>
		<description>Hi Israar
I think you are a looking for a string replacement function. PHP has a few ways of doing this. The most obvious function is str_replace(). But it might be a bit limiting as you don&#039;t know the number of occurrences. 
http://www.php.net/str_replace

The better function to consider is preg_replace() which uses regular expressions. But this takes a bit more work, as it requires you to learn how to craft your regular expressions. 
http://sg.php.net/manual/en/function.preg-replace.php

Read up on these functions, and post back here if you need more information.

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Israar<br />
I think you are a looking for a string replacement function. PHP has a few ways of doing this. The most obvious function is str_replace(). But it might be a bit limiting as you don&#8217;t know the number of occurrences.<br />
<a href="http://www.php.net/str_replace" rel="nofollow">http://www.php.net/str_replace</a></p>
<p>The better function to consider is preg_replace() which uses regular expressions. But this takes a bit more work, as it requires you to learn how to craft your regular expressions.<br />
<a href="http://sg.php.net/manual/en/function.preg-replace.php" rel="nofollow">http://sg.php.net/manual/en/function.preg-replace.php</a></p>
<p>Read up on these functions, and post back here if you need more information.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Israar</title>
		<link>http://www.askaboutphp.com/5/getting-started-with-php.html/comment-page-1#comment-5147</link>
		<dc:creator>Israar</dc:creator>
		<pubDate>Fri, 02 Jan 2009 11:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/beginners/5/getting-started-with-php.html#comment-5147</guid>
		<description>hi, im using xampplite and am struggling. i am in thrid year degree aand am creating an english to SMS translator. e.g. if someont types &#039;you&#039; the translation will show &#039;u&#039; for short. i have created a database with my words with the headings &#039;English&#039; and &#039;SMS&#039; for the translated words. however i do not know how to carry out this through php and do not know what code to use to carry out the translation. any help would be greatly appreciatted. thanks</description>
		<content:encoded><![CDATA[<p>hi, im using xampplite and am struggling. i am in thrid year degree aand am creating an english to SMS translator. e.g. if someont types &#8216;you&#8217; the translation will show &#8216;u&#8217; for short. i have created a database with my words with the headings &#8216;English&#8217; and &#8216;SMS&#8217; for the translated words. however i do not know how to carry out this through php and do not know what code to use to carry out the translation. any help would be greatly appreciatted. thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moses Moyo</title>
		<link>http://www.askaboutphp.com/5/getting-started-with-php.html/comment-page-1#comment-1192</link>
		<dc:creator>Moses Moyo</dc:creator>
		<pubDate>Sun, 24 Aug 2008 00:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/beginners/5/getting-started-with-php.html#comment-1192</guid>
		<description>Very good site for beginners. I have found it very useful. I can write simple php programs</description>
		<content:encoded><![CDATA[<p>Very good site for beginners. I have found it very useful. I can write simple php programs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamal</title>
		<link>http://www.askaboutphp.com/5/getting-started-with-php.html/comment-page-1#comment-639</link>
		<dc:creator>Kamal</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.askaboutphp.com/beginners/5/getting-started-with-php.html#comment-639</guid>
		<description>4. Storing Data in a Database - Lastly, you need to get yourself a database. PHP programs are not going to be very useful, if they are not able to store and retrieve              data                 . Luckily, most web hosting providers also includes MySQL database in their packages. If not, MySQL database is also free to download from www.mysql.com. 


just mind the spellings rest it is a good tutorial for quickly learning how to start with php</description>
		<content:encoded><![CDATA[<p>4. Storing Data in a Database &#8211; Lastly, you need to get yourself a database. PHP programs are not going to be very useful, if they are not able to store and retrieve              data                 . Luckily, most web hosting providers also includes MySQL database in their packages. If not, MySQL database is also free to download from <a href="http://www.mysql.com" rel="nofollow">http://www.mysql.com</a>. </p>
<p>just mind the spellings rest it is a good tutorial for quickly learning how to start with php</p>
]]></content:encoded>
	</item>
</channel>
</rss>

