<?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 rename mysql table</title>
	<atom:link href="http://readytousesolutions.com/phpblog/tag/php-rename-mysql-table/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, 23 Sep 2010 06:54:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PHP Tutorials : Rename a mysql table</title>
		<link>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/</link>
		<comments>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 08:19:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Php & MySQL]]></category>
		<category><![CDATA[mysql rename table]]></category>
		<category><![CDATA[php rename mysql table]]></category>
		<category><![CDATA[rename database table]]></category>
		<category><![CDATA[rename mysql table]]></category>
		<category><![CDATA[rename table]]></category>

		<guid isPermaLink="false">http://www.crivionweb.com/phpblog/?p=335</guid>
		<description><![CDATA[If you want to rename a mysql table via php you just need an extremely simple query like the one it&#8217;s following: &#60;?php //include db credentials mysql_query("rename table TheOldName to TheNewName"); ?&#62;]]></description>
			<content:encoded><![CDATA[<p>If you want to rename a mysql table via php you just need an extremely simple query like the one it&#8217;s following:</p>
<pre class="php">
<span class="phpScriptTag"><span class="phpOperator">&lt;</span><span class="phpOperator">?</span>php</span>
<span class="phpComment">/<span class="phpKeyword"><span class="phpKeyword">/include </span></span>db credentials
</span>
<span class="phpFunction">mysql_query</span><span class="phpOperator">(</span><span class="phpString">"rename table TheOldName to TheNewName"</span><span class="phpOperator">)</span><span class="phpText">;</span>
<span class="phpScriptTag"><span class="phpOperator">?</span><span class="phpOperator">&gt;</span></span>
</pre>
]]></content:encoded>
			<wfw:commentRss>http://readytousesolutions.com/phpblog/php-tutorials-rename-a-mysql-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

