<?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>WebPaws.com &#187; 5.2.6</title>
	<atom:link href="http://webpaws.com/blog/tag/526/feed/" rel="self" type="application/rss+xml" />
	<link>http://webpaws.com/blog</link>
	<description>Internet Marketing and Design Services for Turnkey Web Solutions</description>
	<lastBuildDate>Thu, 10 May 2012 02:17:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>PHP 5.2.6 include function with URL query string variables</title>
		<link>http://webpaws.com/blog/29/php-526-include-function-with-url-query-string-variables/</link>
		<comments>http://webpaws.com/blog/29/php-526-include-function-with-url-query-string-variables/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 06:51:17 +0000</pubDate>
		<dc:creator>webpaws</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[5.2.6]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[query string]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[variable]]></category>

		<guid isPermaLink="false">http://webpaws.com/blog/?p=29</guid>
		<description><![CDATA[Having issues with your website no longer handling your includes with query string variables after a server upgrade to PHP version 5.2.6?<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://webpaws.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><p><a href="http://webpaws.com/blog/29/php-526-include-function-with-url-query-string-variables/">PHP 5.2.6 include function with URL query string variables</a> is a post from: <a href="http://webpaws.com/blog">WebPaws.com</a></p>
]]></description>
			<content:encoded><![CDATA[<!--S-ButtonZ 1.1.5 Start--><!--S-ButtonZ 1.1.5 End--><div class="linkedin_share_container" style="float:right;margin:0px 0px 10px 10px"><a href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwebpaws.com%2Fblog%2F29%2Fphp-526-include-function-with-url-query-string-variables%2F&amp;title=PHP+5.2.6+include+function+with+URL+query+string+variables&amp;summary=Having+issues+with+your+website+no+longer+handling+your+includes+with+query+string+variables+after+a+server+upgrade+to+PHP+version+5.2.6%3F&amp;source=WebPaws.com" onclick="return popupLinkedInShare(this.href,'console',400,570)" class="linkedin_share_button"><img src="http://webpaws.com/blog/wp-content/plugins/linkedin-share-button/buttons/01.png" alt="" /></a></div><p>Having issues with your website no longer handling your includes with query string variables after a server upgrade to PHP version 5.2.6?</p>
<p>Look at your include code:</p>
<p><code>include 'myfile.com?v1=foo&#038;v2=555'</code></p>
<p>First off, you need to remove your virtual paths and replace them with full ones</p>
<p><code>include 'http://www.myWebSite.com/myFile.com?v1=foo&#038;v2=555'</code></p>
<p>And lastly, you need to edit the php.ini file and add the following php.ini directive:</p>
<p><code><br />
;to fix include function w/URL functions in v 5.2.6<br />
allow_url_include = 1<br />
</code></p>
<p>This will re-activate existing include codes that worked in previous versions of PHP.</p>
<br /><a target="_blank" href="http://www.gdstarrating.com/"><img src="http://webpaws.com/blog/wp-content/plugins/gd-star-rating/gfx/powered.png" border="0" width="80" height="15" /></a><br /><p><a href="http://webpaws.com/blog/29/php-526-include-function-with-url-query-string-variables/">PHP 5.2.6 include function with URL query string variables</a> is a post from: <a href="http://webpaws.com/blog">WebPaws.com</a></p>
<div style="clear:both;">&nbsp;</div><span class="facebook-like"><fb:like layout="box_count" show_faces="false" width="45" href="http://webpaws.com/blog/29/php-526-include-function-with-url-query-string-variables/"></fb:like></span>]]></content:encoded>
			<wfw:commentRss>http://webpaws.com/blog/29/php-526-include-function-with-url-query-string-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

