<?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; url</title>
	<atom:link href="http://webpaws.com/blog/tag/url/feed/" rel="self" type="application/rss+xml" />
	<link>http://webpaws.com/blog</link>
	<description>Internet Marketing and Design</description>
	<lastBuildDate>Tue, 15 Jun 2010 11:43:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</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--><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>]]></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>
