<?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>Infusion Technology Solutions Blog&#187; php</title>
	<atom:link href="http://blog.infusiontechsolutions.com/tag/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +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>PHP Parse error: syntax error, unexpected $end</title>
		<link>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-parse-error-syntax-error-unexpected-end</link>
		<comments>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 22:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache error log]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[error syntax error]]></category>
		<category><![CDATA[parse error syntax error unexpected end]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php web]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=160</guid>
		<description><![CDATA[The following error may appear in your Apache error log file or displayed on a PHP web page: Parse Error: syntax error, unexpected $end in ….. scripts.php on line … If you are running PHP 5 then that means you probably need to enable the PHP configuration file option &#8220;short_open_tag&#8221;. In your php.ini file enable [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Query Multiple Databases in PHP</title>
		<link>http://blog.infusiontechsolutions.com/how-to-query-multiple-databases-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-query-multiple-databases-in-php</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-query-multiple-databases-in-php/#comments</comments>
		<pubDate>Sun, 04 May 2008 04:53:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql query]]></category>
		<category><![CDATA[sql statement]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=153</guid>
		<description><![CDATA[You can perform a SQL query against more than one database with PHP. Here is a sample generic SQL query against two databases: SELECT image.image_title, greetings.date FROM db1.image, db2.greetings WHERE greetings.image_id=image.imageid And here is some PHP sample code on how you would query two databases in a single SQL statement: $query="INSERT INTO db1.table1 SELECT * [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-query-multiple-databases-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error When Compiling PHP in CentOS 64 Bit</title>
		<link>http://blog.infusiontechsolutions.com/error-when-compiling-php-in-centos-64-bit/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=error-when-compiling-php-in-centos-64-bit</link>
		<comments>http://blog.infusiontechsolutions.com/error-when-compiling-php-in-centos-64-bit/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 13:57:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[64 bit]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysqli]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/error-when-compiling-php-in-centos-64-bit/</guid>
		<description><![CDATA[Library files in CentOS 64 bit are stored in the directory /usr/lib64. But in normal 32 bit CentOS, library files are stored in /usr/lib so this causes a problem when trying to compile source code that looks for library files in /usr/lib. When using the default configure options for compiling PHP, the directory /usr/lib is [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/error-when-compiling-php-in-centos-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; How to Display REQUEST, POST, and SESSION Variables</title>
		<link>http://blog.infusiontechsolutions.com/php-how-to-display-request-post-and-session-variables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-how-to-display-request-post-and-session-variables</link>
		<comments>http://blog.infusiontechsolutions.com/php-how-to-display-request-post-and-session-variables/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 23:20:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[foreach]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[_post]]></category>
		<category><![CDATA[_request]]></category>
		<category><![CDATA[_session]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/php-how-to-display-request-post-and-session-variables/</guid>
		<description><![CDATA[Here is some quick and dirty PHP code to display all request variables available to a page. This is useful while debugging: foreach($_REQUEST as $var=&#62;$val) { echo "$var=$val"; } Replace _REQUEST with _POST or _SESSION and you can see those variables too.]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/php-how-to-display-request-post-and-session-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic SQL Injection Exploit with PHP</title>
		<link>http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=basic-sql-injection-exploit-with-php</link>
		<comments>http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/#comments</comments>
		<pubDate>Mon, 25 Feb 2008 23:22:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/</guid>
		<description><![CDATA[Here is an example of a basic login function which is taught in a lot of PHP tutorials. The purpose of this code is to prevent someone from viewing a web page unless they provide a valid username/password in a form. The username/password is stored in a MySQL database. $username = $_POST["username"]; $password = $_POST["password"];$query [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/basic-sql-injection-exploit-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &#8211; Code to Display Request and Post Variables</title>
		<link>http://blog.infusiontechsolutions.com/php-code-to-display-request-and-post-variables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-code-to-display-request-and-post-variables</link>
		<comments>http://blog.infusiontechsolutions.com/php-code-to-display-request-and-post-variables/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 01:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code snippet]]></category>
		<category><![CDATA[get]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[variable]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/php-code-to-display-request-and-post-variables/</guid>
		<description><![CDATA[Sometimes while debugging a PHP application it is handy to display request and post variables. Here is the code that will do that: foreach($_POST as $var=&#62;$val) { echo "$var=$val"; } Replace POST with SESSION and it&#8217;ll work for the session variables. You can do the same with GET, but probably don&#8217;t need it.]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/php-code-to-display-request-and-post-variables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

