<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>PHP Tutorials Code Snippets and Php Tips &#187; Php &amp; MySQL</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/php-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://readytousesolutions.com/phpblog</link>
	<description>PHP tutorials - Examples of the most useful scripts</description>
	<lastBuildDate>Thu, 02 Sep 2010 05:23:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PHP Tutorial : Connecting to MySQL database via PHP</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorial-connecting-to-mysql-database-via-php/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorial-connecting-to-mysql-database-via-php/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 20:24:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php & MySQL]]></category>
		<category><![CDATA[mysql_connect]]></category>
		<category><![CDATA[php connect to database]]></category>

		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=199</guid>
		<description><![CDATA[In this tutorial I will speak first time about php programming language and MySQL database engine togheter. I will show and explain how simple is to connect to a mysql server via php using a simple functio called mysql_connect(). mysql_connect('localhost', &#8230; <a href="http://readytousesolutions.com/phpblog/php-tutorial-connecting-to-mysql-database-via-php/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will speak first time about php programming language and MySQL database engine togheter. I will show and explain how simple is to connect to a mysql server via php using a simple functio called mysql_connect().</p>
<pre class="php">
<span class="phpFunction">mysql_connect</span><span class="phpOperator">(</span><span class="phpString">'localhost'</span>, <span class="phpString">'mysql_database_user'</span>, <span class="phpString">'mysql_db_password'</span><span class="phpOperator">)</span> or <span class="phpFunction">die</span><span class="phpOperator">(</span><span class="phpString">"not connected to db"</span><span class="phpOperator">)</span><span class="phpText">;</span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorial-connecting-to-mysql-database-via-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
