<?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>Absolutely Tech &#187; PHP</title>
	<atom:link href="http://www.absolutelytech.com/category/web-development/php-web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.absolutelytech.com</link>
	<description>Yes!! Its absolutely tech...</description>
	<lastBuildDate>Wed, 28 Sep 2011 10:31:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[HowTo] Stop phpmyadmin from asking username, password in localhost</title>
		<link>http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/</link>
		<comments>http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/#comments</comments>
		<pubDate>Sun, 27 Mar 2011 03:22:32 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=1003</guid>
		<description><![CDATA[Yesterday, I showed you how you can keep local installation of phpmyadmin from logging you out every few minutes. I took one more step and edited configuration to not ask me username, password at all. Now phpmyadmin never asks me for mysql username and password. Keep in mind if you follow this tutorial anyone would [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/' rel='bookmark' title='[HOWTO] Use local phpmyadmin with remote MySQL'>[HOWTO] Use local phpmyadmin with remote MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/' rel='bookmark' title='[HowTo] Extend phpmyadmin session expiration time'>[HowTo] Extend phpmyadmin session expiration time</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/' rel='bookmark' title='[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it'>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Extend phpmyadmin session expiration time</title>
		<link>http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/</link>
		<comments>http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 09:34:21 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=1004</guid>
		<description><![CDATA[Recently, I got frustrated being logged out every few minutes (24 minutes, to be precise) from phpmyadmin on my localhost. I make some db changes, write some code and when I get back to phpmyadmin, I would see my session had expired. To fix this, I changed the configuration so that my session would expire [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/' rel='bookmark' title='[HOWTO] Use local phpmyadmin with remote MySQL'>[HOWTO] Use local phpmyadmin with remote MySQL</a></li>
<li><a href='http://www.absolutelytech.com/2010/08/02/howto-add-expire-headers-to-cache-static-files-using-htaccess/' rel='bookmark' title='[HowTo] Add expires headers to cache static files using htaccess'>[HowTo] Add expires headers to cache static files using htaccess</a></li>
<li><a href='http://www.absolutelytech.com/2009/10/04/mozilla-firefox-memory-optimization/' rel='bookmark' title='[HowTo] Optimize Mozilla Firefox for better performance'>[HowTo] Optimize Mozilla Firefox for better performance</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[HowTo] Remove admin bar from wordpress 3.1</title>
		<link>http://www.absolutelytech.com/2011/03/22/howto-remove-admin-bar-from-wordpress-3-1/</link>
		<comments>http://www.absolutelytech.com/2011/03/22/howto-remove-admin-bar-from-wordpress-3-1/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 18:17:41 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=985</guid>
		<description><![CDATA[The new admin bar in wordpress 3.1 is one good feature to have but sometimes its unwanted. For example you might already have some other kind of top bar with which admin bar may interfere. You can remove the admin bar by putting the following code in /wp-content/YOURTHEME/functions.php: if&#40;function_exists&#40;'show_admin_bar'&#41;&#41;&#123; show_admin_bar&#40;false&#41;; &#125; Related posts:[Solved] Disqus causing [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/07/13/solved-disqus-causing-admin-panel-issues-in-wordpress/' rel='bookmark' title='[Solved] Disqus causing admin panel issues in wordpress'>[Solved] Disqus causing admin panel issues in wordpress</a></li>
<li><a href='http://www.absolutelytech.com/2009/06/08/modifying-wordpress-theme-fervens-width/' rel='bookmark' title='[HowTo] Increase Fervens&#8217; (wordpress theme) width'>[HowTo] Increase Fervens&#8217; (wordpress theme) width</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solvederror-establishing-a-database-connection-in-wordpress/' rel='bookmark' title='[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress'>[SOLVED]&#8216;Error establishing a database connection&#8217; in wordpress</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2011/03/22/howto-remove-admin-bar-from-wordpress-3-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HowTo] Check your php and server information using phpinfo()</title>
		<link>http://www.absolutelytech.com/2010/08/01/howto-check-your-php-and-server-information-using-phpinfo/</link>
		<comments>http://www.absolutelytech.com/2010/08/01/howto-check-your-php-and-server-information-using-phpinfo/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 07:53:22 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpinfo]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=832</guid>
		<description><![CDATA[We can check the php configuration, apache&#8217;s loaded modules and all other kinds of PHP configuration using a simple function called phpinfo(). Create a file called infophp.php in your web&#8217;s root directory and put the following code in it: &#60;? phpinfo&#40;&#41;; ?&#62; This would output all the php configuration info and apache information. You can [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/' rel='bookmark' title='Installing a web server package for PHP development'>Installing a web server package for PHP development</a></li>
<li><a href='http://www.absolutelytech.com/2010/08/02/howto-enable-or-disable-modules-in-apache/' rel='bookmark' title='[HowTo] Enable or disable modules in Apache'>[HowTo] Enable or disable modules in Apache</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/08/01/howto-check-your-php-and-server-information-using-phpinfo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Validate Email-address in PHP using Regular expressions (the correct way)</title>
		<link>http://www.absolutelytech.com/2010/07/15/howto-validate-email-address-in-php-using-regular-expressions-the-correct-way/</link>
		<comments>http://www.absolutelytech.com/2010/07/15/howto-validate-email-address-in-php-using-regular-expressions-the-correct-way/#comments</comments>
		<pubDate>Thu, 15 Jul 2010 06:40:09 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[email validation]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[preg_match]]></category>
		<category><![CDATA[regex]]></category>
		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=671</guid>
		<description><![CDATA[Here&#8217;s a function which thoroughly checks email-address and returns true for a valid email address and returns false for invalid one. I thought it was worth sharing so I posted it on my blog. You will find the source link at the bottom. 1 2 3 4 5 6 7 8 9 10 11 12 [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/' rel='bookmark' title='Using CodeIgniter&#8217;s Email library separately'>Using CodeIgniter&#8217;s Email library separately</a></li>
<li><a href='http://www.absolutelytech.com/2009/05/31/permanently-moved-to-my-new-web-address/' rel='bookmark' title='Permanently moved to my new web address'>Permanently moved to my new web address</a></li>
<li><a href='http://www.absolutelytech.com/2009/05/31/gmail-inbox-full-now-what-ive-a-solution/' rel='bookmark' title='[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space'>[HowTo] Forward all gmail mails to new address when you&#8217;ve run out of space</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/07/15/howto-validate-email-address-in-php-using-regular-expressions-the-correct-way/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Use local phpmyadmin with remote MySQL</title>
		<link>http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/</link>
		<comments>http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 16:33:43 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu (Linux)]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[phpymadmin]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[remote-mysql]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=426</guid>
		<description><![CDATA[My host recently started allowing remote connections to its mysql database. It was a really useful feature &#8211; I could not change database settings from my own computer. Since it started allowing remote connections from my IP, I could use any mysql client to connect to it. I fired up terminal and tried to connect [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2011/03/27/howto-stop-phpmyadmin-from-asking-username-password-in-localhost/' rel='bookmark' title='[HowTo] Stop phpmyadmin from asking username, password in localhost'>[HowTo] Stop phpmyadmin from asking username, password in localhost</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/01/howto-reset-mysql-root-password-on-ubuntu-when-youve-forgotten-it/' rel='bookmark' title='[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it'>[HOWTO] Reset MySQL root password on Ubuntu when you&#8217;ve forgotten it</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/06/22/howto-use-local-phpmyadmin-with-remote-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Flush(), ob_flush() not working in PHP (Disabling gzip through htaccess)</title>
		<link>http://www.absolutelytech.com/2010/01/31/solved-flush-ob_flush-not-working-in-php-disabling-gzip-through-htaccess/</link>
		<comments>http://www.absolutelytech.com/2010/01/31/solved-flush-ob_flush-not-working-in-php-disabling-gzip-through-htaccess/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 03:39:53 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[disable gzip]]></category>
		<category><![CDATA[flush]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod_gzip]]></category>
		<category><![CDATA[ob_flush]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=302</guid>
		<description><![CDATA[Flushing the output buffer doesn&#8217;t works in PHP sometimes no matter what you do. I had this code which would never work on my server but would perfectly fine on localhost. This was the code. &#60;?php include('common.php'); ini_set('output_buffering','on'); ini_set('zlib.output_compression', 0); //ini_set('implicit_flush',1); ob_implicit_flush(); for($i=0;$i Related posts:[HowTo] Convert HTML to PDF using PHP [Solved] Unable to enumerate [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/07/10/make-a-pdf-file-in-php-convert-html-to-pdf-using-php/' rel='bookmark' title='[HowTo] Convert HTML to PDF using PHP'>[HowTo] Convert HTML to PDF using PHP</a></li>
<li><a href='http://www.absolutelytech.com/2010/04/18/solved-unable-to-enumerate-usb-device-disabling-ehci_hcd/' rel='bookmark' title='[Solved] Unable to enumerate USB device (Disabling ehci_hcd)'>[Solved] Unable to enumerate USB device (Disabling ehci_hcd)</a></li>
<li><a href='http://www.absolutelytech.com/2011/03/26/howto-extend-login-expiration-for-phpmyadmin/' rel='bookmark' title='[HowTo] Extend phpmyadmin session expiration time'>[HowTo] Extend phpmyadmin session expiration time</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/01/31/solved-flush-ob_flush-not-working-in-php-disabling-gzip-through-htaccess/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Missing alphabet check (is_alpha) in PHP</title>
		<link>http://www.absolutelytech.com/2010/01/28/missing-alphabet-check-in-php/</link>
		<comments>http://www.absolutelytech.com/2010/01/28/missing-alphabet-check-in-php/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 10:16:39 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[is_alpha]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/2010/01/28/missing-alphabet-check-in-php/</guid>
		<description><![CDATA[Well, you might have seen a huge number of variable checks ranging from is_file(), is_array() to is_numeric() and is_int(). While developing a script today I wanted to check for alphabets. I directly used is_alpha() but to my surprise it wasn&#8217;t defined. I researched more into the matter and found ctype_alpha() does precisely the same thing. [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/08/01/howto-check-your-php-and-server-information-using-phpinfo/' rel='bookmark' title='[HowTo] Check your php and server information using phpinfo()'>[HowTo] Check your php and server information using phpinfo()</a></li>
<li><a href='http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/' rel='bookmark' title='Using CodeIgniter&#8217;s Email library separately'>Using CodeIgniter&#8217;s Email library separately</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2010/01/28/missing-alphabet-check-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using CodeIgniter&#8217;s Email library separately</title>
		<link>http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/</link>
		<comments>http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 04:30:09 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=255</guid>
		<description><![CDATA[I&#8217;ve developed my own libraries for rapid development of PHP applications. Email library is one area which I didn&#8217;t feel like developing a library for. Just then, I remembered how simple and robust CodeIgniter&#8217;s Email class was. I decided to try it on my own script. It was not at all difficult to get it [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2010/07/15/howto-validate-email-address-in-php-using-regular-expressions-the-correct-way/' rel='bookmark' title='[HOWTO] Validate Email-address in PHP using Regular expressions (the correct way)'>[HOWTO] Validate Email-address in PHP using Regular expressions (the correct way)</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/17/howto-configure-msmtp-to-work-with-gmail-on-linux/' rel='bookmark' title='[HowTo] Configure msmtp to work with gmail on linux'>[HowTo] Configure msmtp to work with gmail on linux</a></li>
<li><a href='http://www.absolutelytech.com/2010/07/18/howto-send-emailsusing-mail-function-from-localhost-in-php-through-msmtp-using-gmail-account-on-linux/' rel='bookmark' title='[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux'>[HOWTO] Send emails(using mail function) from localhost in PHP through msmtp (using gmail account) on Linux</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/12/14/using-codeigniters-email-library-separately/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing a web server package for PHP development</title>
		<link>http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/</link>
		<comments>http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 05:43:46 +0000</pubDate>
		<dc:creator>Deepak Mittal</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web-server]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.absolutelytech.com/?p=160</guid>
		<description><![CDATA[So, you thought you would make a web application but didn&#8217;t know where to start? This is the place to start. You need a web server installed on your computer before you start any kind of web programming be it PHP, ASP .Net, ColdFusion, JSP. For developing in PHP, you would have to install an [...]


Related posts:<ol><li><a href='http://www.absolutelytech.com/2009/09/28/installing-applications-using-synaptic-package-manager-and-terminal/' rel='bookmark' title='Installing applications (Using synaptic package manager and terminal)'>Installing applications (Using synaptic package manager and terminal)</a></li>
<li><a href='http://www.absolutelytech.com/2010/06/19/solved-cant-connect-to-local-mysql-server-through-socket-error/' rel='bookmark' title='[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error'>[SOLVED] &#8216;Can&#8217;t connect to local MySQL server through socket&#8217; error</a></li>
<li><a href='http://www.absolutelytech.com/2009/07/19/solution-to-mysql-server-has-gone-away-problem/' rel='bookmark' title='Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem'>Solution to &ldquo;MySQL Server Has Gone Away&rdquo; Problem</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.absolutelytech.com/2009/10/04/installing-a-web-server-package-for-php-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc (Feed is rejected)
Page Caching using apc
Database Caching 33/135 queries in 0.406 seconds using apc
Object Caching 4057/4164 objects using apc

Served from: www.absolutelytech.com @ 2012-02-08 09:13:30 -->
