<?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>Tech aspirant &#187; php</title>
	<atom:link href="http://www.techaspirant.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techaspirant.com</link>
	<description>The ultimate technology Blog &#124;&#124; My thoughts and finding in brief...arunrajr kadampanad</description>
	<lastBuildDate>Sat, 09 Apr 2011 10:25: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>How to create Virtual Hosts PHP &#124; Apache ?</title>
		<link>http://www.techaspirant.com/how-to-create-virtual-hosts-php-apache/</link>
		<comments>http://www.techaspirant.com/how-to-create-virtual-hosts-php-apache/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 08:32:42 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[domains]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=387</guid>
		<description><![CDATA[Focus Web Developer should have a requirement to work on various environment . Some projects are in plain php, some are in Framework like CodeIgniter, Symfony .. These all need different configuration and sometime need to use htaccess mode rewrite etc. Those need to be in root folder. We can access each  project like http://accommodationcheap.oi [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-create-virtual-hosts-php-apache/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To enable mod_rewrite on Xampp</title>
		<link>http://www.techaspirant.com/how-to-enable-mod_rewrite-on-xampp/</link>
		<comments>http://www.techaspirant.com/how-to-enable-mod_rewrite-on-xampp/#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:14:58 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[conf]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=379</guid>
		<description><![CDATA[Search For httpd.conf file and uncomment this line #LoadModule rewrite_module modules/mod_rewrite.so LoadModule rewrite_module modules/mod_rewrite.so Restart your Server create a .htaccess file on your server root put this code RewriteEngine On RewriteBase / RewriteRule ^contact-us$ index.php]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-enable-mod_rewrite-on-xampp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP MYSQL Tips and Tricks</title>
		<link>http://www.techaspirant.com/php-mysql-tips-and-tricks/</link>
		<comments>http://www.techaspirant.com/php-mysql-tips-and-tricks/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 17:49:54 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[and tricks]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=305</guid>
		<description><![CDATA[This is a small article containing tricks and tips I aquired by reading PHP 6 Text Book. I was used isset() function to check whether these arguements are set or not. And also I need to check this is empty or not. Here is another function to check both of this requirement at single line. empty() [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-mysql-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP:: How to split a large array in small pieces :: or split array into chunks</title>
		<link>http://www.techaspirant.com/php-how-to-split-a-large-array-in-small-pieces-or-split-array-into-chunks/</link>
		<comments>http://www.techaspirant.com/php-how-to-split-a-large-array-in-small-pieces-or-split-array-into-chunks/#comments</comments>
		<pubDate>Wed, 29 Apr 2009 05:01:28 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[email]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[array_chunk]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[split array]]></category>

		<guid isPermaLink="false">http://www.techaspirant.com/?p=237</guid>
		<description><![CDATA[Hello All, Yesterday i was searching for a solution to split large array into small pieces. Suddenly i noticed the that php have a built in function to split array into small pieces. It was very surprise to me .. Here it is Function : array array_chunk ( array $input , int $size [, bool [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-how-to-split-a-large-array-in-small-pieces-or-split-array-into-chunks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP code to find Duration of an Audio File</title>
		<link>http://www.techaspirant.com/php-code-to-find-duration-of-an-audio-file/</link>
		<comments>http://www.techaspirant.com/php-code-to-find-duration-of-an-audio-file/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 09:16:58 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[audio file]]></category>
		<category><![CDATA[calculate duration]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=201</guid>
		<description><![CDATA[Here is the PHP function to calculated duration of &#8220;wav&#8221; or &#8220;GSM&#8221; files First we open file using fopen. After we calculate the size of that file (inbytes) using filesize(). Then we unpack the audio File . unpack(&#8216;vtype/vchannels/Vsamplerate/Vbytespersec/valignment/vbits&#8217;,$rawheader); This will return following array Array ( [type] =&#62; 1 [channels] =&#62; 2 [samplerate] =&#62; 44100 [bytespersec] [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/php-code-to-find-duration-of-an-audio-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Beta Version of Zend Application Server released</title>
		<link>http://www.techaspirant.com/beta-version-of-zend-application-released/</link>
		<comments>http://www.techaspirant.com/beta-version-of-zend-application-released/#comments</comments>
		<pubDate>Tue, 10 Mar 2009 12:58:41 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[application server]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[zend]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=192</guid>
		<description><![CDATA[Zend Server Zend Server is a commercial, enterprise-ready Web Application Server that is designed for running and managing business-critical PHP applications in production. It includes advanced performance optimization, application monitoring and application problem diagnostic capabilities.  Zend Server users receive comprehensive technical support, software updates, hot fixes, and security patches. Packages for Linux,windows and Mac Avalable [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/beta-version-of-zend-application-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Export Database to Excel or CSV File</title>
		<link>http://www.techaspirant.com/export-database-to-excel-or-csv-file/</link>
		<comments>http://www.techaspirant.com/export-database-to-excel-or-csv-file/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 04:32:11 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xls]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=53</guid>
		<description><![CDATA[The below code help you to export data from database to csv file exporttoxls To export a complete database, you should invoke all the tables via below code and apply the above code $dbname = &#8216;mysql_dbname&#8217;; if (!mysql_connect(&#8216;mysql_host&#8217;, &#8216;mysql_user&#8217;, &#8216;mysql_password&#8217;)) { echo &#8216;Could not connect to mysql&#8217;; exit; } $sql = &#8220;SHOW TABLES FROM $dbname&#8221;; [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/export-database-to-excel-or-csv-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simple Mail From PHP</title>
		<link>http://www.techaspirant.com/simple-mail-from-php/</link>
		<comments>http://www.techaspirant.com/simple-mail-from-php/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 06:26:48 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=49</guid>
		<description><![CDATA[Simple Email Program &#60;?php $to = &#8216;nobody@example.com&#8217;; $subject = &#8216;the subject&#8217;; $message = &#8216;hello&#8217;; $headers = &#8216;From: webmaster@example.com&#8217; . &#8220;\r\n&#8221; . &#8216;Reply-To: webmaster@example.com&#8217; . &#8220;\r\n&#8221; . &#8216;X-Mailer: PHP/&#8217; . phpversion(); mail($to, $subject, $message, $headers); ?&#62; Email With MIME Content &#60;?php // multiple recipients $to = &#8216;aidan@example.com&#8217; . &#8216;, &#8216;; // note the comma $to .= [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/simple-mail-from-php/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to call url from php using C-url :: alternative to file_get_contents()</title>
		<link>http://www.techaspirant.com/how-to-call-url-from-php-using-c-url-alternative-to-file_get_contents/</link>
		<comments>http://www.techaspirant.com/how-to-call-url-from-php-using-c-url-alternative-to-file_get_contents/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 06:33:50 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[contents]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[dl()]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[php_curl.dll]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=47</guid>
		<description><![CDATA[This is a nice and simple substitute to get_file_contents() using curl, it returns FALSE if $contents is empty. &#60;?php function curl_get_file_contents($URL) { $c = curl_init(); curl_setopt($c, CURLOPT_RETURNTRANSFER, 1); curl_setopt($c, CURLOPT_URL, $URL); $contents = curl_exec($c); curl_close($c); if ($contents) return $contents; else return FALSE; } ?&#62; Then another question How to enable cURL in your server ? [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/how-to-call-url-from-php-using-c-url-alternative-to-file_get_contents/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Project Management Tool in PHP under GPL:: DotProject</title>
		<link>http://www.techaspirant.com/project-management-tool-in-php-under-gpl-dotproject/</link>
		<comments>http://www.techaspirant.com/project-management-tool-in-php-under-gpl-dotproject/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 06:20:14 +0000</pubDate>
		<dc:creator>R Arun Raj</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[dotProject]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[project]]></category>

		<guid isPermaLink="false">http://arunrajr.com/blog/?p=40</guid>
		<description><![CDATA[dotProject : the Open Source Project Management tool. dotProject is built using free open-source applications and is produced and maintained by a small, but dedicated group of volunteers. dotProject is programmed in PHP, and utilises MySQL for a backend database (although other databases such as Postgres could also be used). Our recommended server platform includes [...]]]></description>
		<wfw:commentRss>http://www.techaspirant.com/project-management-tool-in-php-under-gpl-dotproject/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

