<?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>Problem With Solutions &#187; PHP</title>
	<atom:link href="http://www.bestdesigns.co.in/blog/category/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestdesigns.co.in/blog</link>
	<description>Something Different In Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 11:55:05 +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>Cannot run code from this file in conjunction with non encoded files in</title>
		<link>http://www.bestdesigns.co.in/blog/run-code-file-conjunction-encoded-files</link>
		<comments>http://www.bestdesigns.co.in/blog/run-code-file-conjunction-encoded-files#comments</comments>
		<pubDate>Sat, 25 Dec 2010 15:31:52 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[APC]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1903</guid>
		<description><![CDATA[Error : Fatal error: Cannot run code from this file in conjunction with non encoded files in /home/username/public_html/tpl_c/%%CD^CDB^CDBF33CB%%user_media_iptc_single_tag.tpl.php on line 1265 Solution : This problem is not activeCollab related, but caused by platform activeCollab is running on. From articles I read by googling for &#8220;Cannot run code from this file in conjunction with non encoded<a href="http://www.bestdesigns.co.in/blog/run-code-file-conjunction-encoded-files">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/run-code-file-conjunction-encoded-files/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to install APC</title>
		<link>http://www.bestdesigns.co.in/blog/how-to-install-apc</link>
		<comments>http://www.bestdesigns.co.in/blog/how-to-install-apc#comments</comments>
		<pubDate>Sat, 23 Oct 2010 21:38:57 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[how to install APC]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1608</guid>
		<description><![CDATA[How to install APC on Linux ? Ans: The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. Besides being a opcode cache it provides a user cache for storing application data. APC<a href="http://www.bestdesigns.co.in/blog/how-to-install-apc">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/how-to-install-apc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>install propel-gen</title>
		<link>http://www.bestdesigns.co.in/blog/install-propel-gen</link>
		<comments>http://www.bestdesigns.co.in/blog/install-propel-gen#comments</comments>
		<pubDate>Tue, 12 Oct 2010 20:01:00 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[install propel-gen]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1581</guid>
		<description><![CDATA[How to install propel-gen on Linux server ? Ans: Propel is an open-source Object-Relational Mapping (ORM) for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data. Propel gives you, the web application developer, the tools to work with databases in the same<a href="http://www.bestdesigns.co.in/blog/install-propel-gen">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/install-propel-gen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Request exceeded the limit of 10 internal redirects</title>
		<link>http://www.bestdesigns.co.in/blog/request-exceeded-the-limit-of-10-internal-redirects</link>
		<comments>http://www.bestdesigns.co.in/blog/request-exceeded-the-limit-of-10-internal-redirects#comments</comments>
		<pubDate>Mon, 20 Sep 2010 23:02:30 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Error and solution]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[LimitInternalRecursion]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=1514</guid>
		<description><![CDATA[Error : Request exceeded the limit of 10 internal redirects due to probable configuration error. Use ‘LimitInternalRecursion’ to increase the limit if necessary. Use ‘LogLevel debug’ to get a backtrace Solution : When access the domain and the domain not shows the content and the server logs shows the above error then you need to<a href="http://www.bestdesigns.co.in/blog/request-exceeded-the-limit-of-10-internal-redirects">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/request-exceeded-the-limit-of-10-internal-redirects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable SSI ?</title>
		<link>http://www.bestdesigns.co.in/blog/enable-ssi</link>
		<comments>http://www.bestdesigns.co.in/blog/enable-ssi#comments</comments>
		<pubDate>Wed, 23 Jun 2010 23:00:34 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server Side Includes]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=932</guid>
		<description><![CDATA[How to enable Server Side Includes on the server ? Ans: First you can check SSI are enabled on your server or not.  So create one test.html file and add the following code . &#60;!&#8211;#ECHO var=&#8221;DATE_LOCAL&#8221; &#8211;&#62; Then access the page by using the URL http://domain.com/test.html  and  it shows the current date to the screen<a href="http://www.bestdesigns.co.in/blog/enable-ssi">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/enable-ssi/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Set expiration for you index page</title>
		<link>http://www.bestdesigns.co.in/blog/set-expiration-index-page</link>
		<comments>http://www.bestdesigns.co.in/blog/set-expiration-index-page#comments</comments>
		<pubDate>Wed, 31 Mar 2010 04:54:39 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[Email Marketing Series]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Shell Programming and Scripting]]></category>
		<category><![CDATA[expiration for you index page]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=836</guid>
		<description><![CDATA[If you want to set the expiration to your site   means after some date or year your site shows custom error on the page then you can add following code in index page below the &#8220;&#60;?php&#8221; code  and set the date as per your request. ============================================ $exp_date = "2010-04-31"; $todays_date = date("Y-m-d"); $today =<a href="http://www.bestdesigns.co.in/blog/set-expiration-index-page">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/set-expiration-index-page/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Enable mssql support on Linux server</title>
		<link>http://www.bestdesigns.co.in/blog/enable-mssql-support-linux-server</link>
		<comments>http://www.bestdesigns.co.in/blog/enable-mssql-support-linux-server#comments</comments>
		<pubDate>Wed, 17 Mar 2010 10:59:31 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[enable mssql on linux]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=792</guid>
		<description><![CDATA[How to enable mssql support on Linux server ? Ans : You need to first compile freetds and then compile PHP with freetds support. What is FreeTDS? FreeTDS is a free implementation of the TDS (Tabular Data Stream) protocol that is used by Sybase and Microsoft for their database products. It implements TDS 4.2, 5.0,<a href="http://www.bestdesigns.co.in/blog/enable-mssql-support-linux-server">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/enable-mssql-support-linux-server/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Internal Server Error</title>
		<link>http://www.bestdesigns.co.in/blog/inter</link>
		<comments>http://www.bestdesigns.co.in/blog/inter#comments</comments>
		<pubDate>Fri, 15 Jan 2010 02:01:23 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[cpanel]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=696</guid>
		<description><![CDATA[SuPHP Permission Issue suPHP enhances overall server security. When migrating from a server that is not running suphp to a server running these, permission and ownership issues occur . When you access your domain you usually see Tail the Apache error logs to see what the error is # tail -f /usr/local/apache/logs/error_logs You can see<a href="http://www.bestdesigns.co.in/blog/inter">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/inter/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to enable php setting for all Directories</title>
		<link>http://www.bestdesigns.co.in/blog/enable-php-setting-directories</link>
		<comments>http://www.bestdesigns.co.in/blog/enable-php-setting-directories#comments</comments>
		<pubDate>Wed, 02 Dec 2009 20:45:18 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[enable php setting]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=572</guid>
		<description><![CDATA[If you want enable some php related setting by using php.ini file and it reflect to all  other directories which is under your account. Then follow the steps.. First create php.ini file under the document root of your domain and change or add the default setting which you want or which is required for your<a href="http://www.bestdesigns.co.in/blog/enable-php-setting-directories">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/enable-php-setting-directories/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Configuration Directives</title>
		<link>http://www.bestdesigns.co.in/blog/php-configuration-directives</link>
		<comments>http://www.bestdesigns.co.in/blog/php-configuration-directives#comments</comments>
		<pubDate>Sat, 21 Nov 2009 01:19:41 +0000</pubDate>
		<dc:creator>Rishikesh Vispute</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[PHP Configuration Directives]]></category>

		<guid isPermaLink="false">http://www.bestdesigns.co.in/blog/?p=472</guid>
		<description><![CDATA[PHP Configuration Directives ========================================== output_buffering One of the newest (and greatest) features of PHP is the ability to send header lines anywhere within a script. This directive turns on output buffering for all files. You should probably leave this set to &#8220;off&#8221; because calling one of the output buffering functions of PHP will work regardless.<a href="http://www.bestdesigns.co.in/blog/php-configuration-directives">&#160;&#160;[ Read More ]</a>]]></description>
		<wfw:commentRss>http://www.bestdesigns.co.in/blog/php-configuration-directives/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

