<?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>Learn PHP &#124; Learn CSS &#124; Learn Javascript &#124; Gmail contact importer &#124;  Yahoo contact importer &#124;  Hotmail contact importer &#187; database</title>
	<atom:link href="http://php.vidhyapith.com/index.php/category/php/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://php.vidhyapith.com</link>
	<description>PHP</description>
	<lastBuildDate>Fri, 12 Feb 2010 11:47:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>access database with php</title>
		<link>http://php.vidhyapith.com/index.php/2009/08/access-database-with-php/</link>
		<comments>http://php.vidhyapith.com/index.php/2009/08/access-database-with-php/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 18:36:16 +0000</pubDate>
		<dc:creator>Elfin Ruler</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[access database with php]]></category>

		<guid isPermaLink="false">http://php.vidhyapith.com/?p=56</guid>
		<description><![CDATA[-create your access database, -copy paste below code in your file and run it, -check your access file name in below code line 2 &#60;?php $db_conn = new COM(&#8220;ADODB.Connection&#8221;); $connstr = &#8220;DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=&#8221;. realpath(&#8220;./yellow.mdb&#8221;).&#8221;;&#8221;; //access database file $db_conn-&#62;open($connstr); $rS = $db_conn-&#62;execute(&#8220;SELECT * FROM YPDATA&#8221;); $f1 =  $rS-&#62;Fields(0); //for first column $f2 =  [...]]]></description>
		<wfw:commentRss>http://php.vidhyapith.com/index.php/2009/08/access-database-with-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
