<?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>ServerSignature Linux Community Support Blog Page &#187; php</title>
	<atom:link href="http://support.serversignature.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://support.serversignature.com</link>
	<description>Linux Server Management &#38; Consulting  Services :  Contact Email - admin@serversignature.com &#124; Web: serversignature.com</description>
	<lastBuildDate>Sun, 20 Jun 2010 17:59:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change the time zone within a php script</title>
		<link>http://support.serversignature.com/php/how-to-change-the-time-zone-within-a-php-script/</link>
		<comments>http://support.serversignature.com/php/how-to-change-the-time-zone-within-a-php-script/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 14:52:45 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=68</guid>
		<description><![CDATA[How to change the time zone within a php script
You can change the time zone within a php script. Here is a sample code:

You can set the timezone in .htaccess as well. Add the line:
SetEnv TZ America/Indianapolis
List of timezones is here: http://us.php.net/manual/en/timezones.php
]]></description>
		<wfw:commentRss>http://support.serversignature.com/php/how-to-change-the-time-zone-within-a-php-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Security</title>
		<link>http://support.serversignature.com/security/phpsecurity/</link>
		<comments>http://support.serversignature.com/security/phpsecurity/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 16:43:47 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=48</guid>
		<description><![CDATA[PHP Security 
PHP as a module or as a CGI
Using PHP as a mod-ule is suitable for systems that are dedicated to a single purpose or for sites run by trusted groups of administrators and developers. Using PHP as a CGI (possibly with an execution wrapper) is a better option when users cannot be fully [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/security/phpsecurity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MYSQL with PHP4</title>
		<link>http://support.serversignature.com/lamp/installing-mysql-with-php4/</link>
		<comments>http://support.serversignature.com/lamp/installing-mysql-with-php4/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 07:54:52 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=10</guid>
		<description><![CDATA[Installing MYSQL with PHP 4
apt-get install mysql-server libapache2-mod-auth-mysql php4-mysql
]]></description>
		<wfw:commentRss>http://support.serversignature.com/lamp/installing-mysql-with-php4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MYSQL with PHP 5</title>
		<link>http://support.serversignature.com/lamp/installing-mysql-with-php5/</link>
		<comments>http://support.serversignature.com/lamp/installing-mysql-with-php5/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 07:53:37 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=8</guid>
		<description><![CDATA[Installing MYSQL with PHP 5
apt-get install mysql-server libapache2-mod-auth-mysql php5-mysql
]]></description>
		<wfw:commentRss>http://support.serversignature.com/lamp/installing-mysql-with-php5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install LAMP stack in Ubuntu</title>
		<link>http://support.serversignature.com/lamp/install-lamp-stack-in-ubuntu/</link>
		<comments>http://support.serversignature.com/lamp/install-lamp-stack-in-ubuntu/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 03:39:17 +0000</pubDate>
		<dc:creator>Kiran</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://support.serversignature.com/?p=1</guid>
		<description><![CDATA[Install LAMP stack in Ubuntu
As of the 7.04 release +, the Ubuntu base system includes Tasksel.
You can either install LAMP using tasksel or install the LAMP packages as detailed above.
sudo tasksel install lamp-server
To remove the LAMP stack remove the following packages:
apache2 apache2-mpm-prefork apache2-utils apache2.2-common libapache2-mod-php5 libapr1 libaprutil1 libdbd-mysql-perl libdbi-perl libmysqlclient15off libnet-daemon-perl libplrpc-perl libpq5 mysql-client-5.0 mysql-common [...]]]></description>
		<wfw:commentRss>http://support.serversignature.com/lamp/install-lamp-stack-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
