<?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>Nafees PHP Developer &#124;  PHP &#124; Mysql &#187; PHP Tag </title>
	<atom:link href="http://www.nafees.co.in/development/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nafees.co.in</link>
	<description>Nafees PHP Developer &#124;  PHP &#124; Mysql &#124; Nafees Ahmed</description>
	<lastBuildDate>Sat, 26 Dec 2009 15:25:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Create Database in MySQL?</title>
		<link>http://www.nafees.co.in/2009/12/26/how-to-create-database-in-mysql.html</link>
		<comments>http://www.nafees.co.in/2009/12/26/how-to-create-database-in-mysql.html#comments</comments>
		<pubDate>Sat, 26 Dec 2009 15:24:29 +0000</pubDate>
		<dc:creator>Nafees Ahmed</dc:creator>
				<category><![CDATA[Database Management System]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[Mysql Database Server]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[run command]]></category>
		<category><![CDATA[SQL query]]></category>

		<guid isPermaLink="false">http://www.nafees.co.in/?p=22</guid>
		<description><![CDATA[




 Before you can interact with your MySQL database, you need to create it! We can show you two ways to do this: with phpMyAdmin, or with SQL code from the query window or a shell prompt. Don&#8217;t worry it&#8217;s not hard.
Here&#8217;s How to do?:
1. If you have phpMyAdmin, you first need to login. In [...]]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>Before you can interact with your MySQL database, you need to create it! We can show you two ways to do this: with phpMyAdmin, or with SQL code from the query window or a shell prompt. Don&#8217;t worry it&#8217;s not hard.</p>
<p>Here&#8217;s How to do?:</p>
<p>1. If you have phpMyAdmin, you first need to login. In the right hand you are looking for &#8220;Create New Database&#8221;. All you need to do is enter the database name, and click create. Sometimes this feature is disabled. If this is the case, you need to contact your hosting company to create a new database.</p>
<p>2. You can use SQL code through the SQL query</p>
<p>mysql_query(&#8220;create database databasename&#8221;);</p>
<p>Insert this query into php code than create database.</p>
<p>3. Now, start run command.</p>
<p>You are going to run command and going to &#8220;cd wamp/bin/mysql/mysql any version/bin&#8221; and push Enter button and than &#8220;mysql -u username -p&#8221; and push Enter button than enter your Password and Now &#8220;create database databasename;&#8221; and push enter button.</p>
<p>Your Database has been created.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nafees.co.in/2009/12/26/how-to-create-database-in-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is PHP?</title>
		<link>http://www.nafees.co.in/2009/09/28/what-is-php.html</link>
		<comments>http://www.nafees.co.in/2009/09/28/what-is-php.html#comments</comments>
		<pubDate>Mon, 28 Sep 2009 04:51:57 +0000</pubDate>
		<dc:creator>Nafees Ahmed</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP: Hypertext Preprocessor]]></category>
		<category><![CDATA[What is PHP]]></category>

		<guid isPermaLink="false">http://www.nafees.co.in/?p=13</guid>
		<description><![CDATA[PHP, or PHP: Hypertext Preprocessor is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML.PHP is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages.]]></description>
			<content:encoded><![CDATA[<div style="padding: 5px; float: right;">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4630710538321097";
/* Post Ads */
google_ad_slot = "0443546771";
google_ad_width = 250;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div> <p>PHP, or PHP: Hypertext Preprocessor is a server-side scripting language for creating dynamic Web pages. You create pages with PHP and HTML.PHP is a widely used, general-purpose scripting language that was originally designed for web development, to produce dynamic web pages. It can be embedded into HTML and generally runs on a web server, which needs to be configured to process PHP code and create web page content from it. It can be deployed on most web servers and on almost every operating system and platform free of charge. PHP is installed on over 20 million websites and 1 million web servers.</p>
<p>PHP was originally created by Rasmus Lerdorf in 1995 and has been in continuous development ever since. The main implementation of PHP is now produced by The PHP Group and serves as the de facto standard for PHP as there is no formal specification. PHP is free software released under the PHP License, which is incompatible with the GNU General Public License (GPL) because of restrictions on the use of the term PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nafees.co.in/2009/09/28/what-is-php.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
