<?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>prosoxi.com &#187; PHP</title>
	<atom:link href="http://www.prosoxi.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prosoxi.com</link>
	<description>Proven Solutions</description>
	<lastBuildDate>Tue, 07 Feb 2012 12:54:53 +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-MySql: Select previous row and next row from current ID</title>
		<link>http://www.prosoxi.com/2012/02/07/php-mysql-select-previous-row-and-next-row-from-current-id/</link>
		<comments>http://www.prosoxi.com/2012/02/07/php-mysql-select-previous-row-and-next-row-from-current-id/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 09:44:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3614</guid>
		<description><![CDATA[During the dark age, the simplest way to get previous row from current ID was using this query: SELECT field1 FROM tablename WHERE id = ($currentId &#8211; 1) and to get next row: SELECT field1 FROM tablename WHERE id = ($currentId + 1) But there’s a problem. Like common data, we need to delete some [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/07/php-mysql-select-previous-row-and-next-row-from-current-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase the WordPress RSS Widget Refresh Rate</title>
		<link>http://www.prosoxi.com/2012/02/04/increase-the-wordpress-rss-widget-refresh-rate/</link>
		<comments>http://www.prosoxi.com/2012/02/04/increase-the-wordpress-rss-widget-refresh-rate/#comments</comments>
		<pubDate>Sat, 04 Feb 2012 09:01:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3612</guid>
		<description><![CDATA[While working on the redesign to this blog, I wanted to add the “Interesting Stuff” column you see just to the right. Using the RSS feed widget built into WordPress would be perfect, except for the fact that it only updates ever 12 hours. In today’s Quick Tip, we fix that problem. The solution is [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/04/increase-the-wordpress-rss-widget-refresh-rate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>suPHP</title>
		<link>http://www.prosoxi.com/2012/02/03/suphp/</link>
		<comments>http://www.prosoxi.com/2012/02/03/suphp/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 19:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[chown]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3610</guid>
		<description><![CDATA[suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary (suphp) that is called by the Apache module to change the uid of the process executing the PHP interpreter. suPHP 0.7.1 released 2009-03-14 suPHP 0.7.1 has been released. This [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/03/suphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP ftp upload tutorial</title>
		<link>http://www.prosoxi.com/2012/02/02/php-ftp-upload-tutorial/</link>
		<comments>http://www.prosoxi.com/2012/02/02/php-ftp-upload-tutorial/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 14:41:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3608</guid>
		<description><![CDATA[To upload a file to ftp you need a html form where you can insert the ftp details, like the ones described above: server – is the server on which he wanna upload the file username – is the user for which he makes the connection to ftp server password - is the user password [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/02/php-ftp-upload-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Localizing PHP web sites using gettext</title>
		<link>http://www.prosoxi.com/2012/02/02/localizing-php-web-sites-using-gettext/</link>
		<comments>http://www.prosoxi.com/2012/02/02/localizing-php-web-sites-using-gettext/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 08:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gettext]]></category>
		<category><![CDATA[locales]]></category>
		<category><![CDATA[poedit]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3574</guid>
		<description><![CDATA[Developing multi language web sites using PHP is actually very easy. A common approach is having an include file for every supported language which contains an array that maps string ids to localized text (for example &#34;WelcomeText&#34; =&#62; &#34;Welcome to our homepage.&#34; would be included using something like &#60;?= $strings[&#34;WelcomeText&#34;] &#62;). However there are several [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/02/localizing-php-web-sites-using-gettext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp Add Facebook Open Graph Meta Tags</title>
		<link>http://www.prosoxi.com/2012/02/01/wp-add-facebook-open-graph-meta-tags/</link>
		<comments>http://www.prosoxi.com/2012/02/01/wp-add-facebook-open-graph-meta-tags/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 13:42:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3597</guid>
		<description><![CDATA[Add Facebook Open Graph Meta Tags Place the following code in custom_functions.php (making changes where noted): function add_facebook_open_graph_tags() { if (is_single()) { global $post; $image = get_post_meta($post-&#62;ID, &#039;thesis_post_image&#039;, $single = true); if (!$image) $image = &#039;ENTER URL TO DEFAULT IMAGE HERE&#039;; ?&#62; &#60;meta property=&#34;og:title&#34; content=&#34;&#60;?php the_title(); ?&#62;&#34; /&#62; &#60;meta property=&#34;og:type&#34; content=&#34;article&#34; /&#62; &#60;meta property=&#34;og:image&#34; content=&#34;&#60;?php echo $image; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/wp-add-facebook-open-graph-meta-tags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Numbers to Words</title>
		<link>http://www.prosoxi.com/2012/02/01/convert-numbers-to-words/</link>
		<comments>http://www.prosoxi.com/2012/02/01/convert-numbers-to-words/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:56:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3587</guid>
		<description><![CDATA[Convert Numbers to Words This little script was whipped up to convert numbers to words for use in a cheque book, it has an upper limit of 999999999 but that should take care of most sane amounts of cash. Should you require a function that needs to spell out more cash than this, my rates [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/convert-numbers-to-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prevent Duplicate Form Submission</title>
		<link>http://www.prosoxi.com/2012/02/01/prevent-duplicate-form-submission/</link>
		<comments>http://www.prosoxi.com/2012/02/01/prevent-duplicate-form-submission/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 10:28:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[duplicate]]></category>
		<category><![CDATA[form]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3566</guid>
		<description><![CDATA[You can use the method below to prevent duplicate form submission or form re-submission using PHP. This method is simple to implement and does not require JavaScript. I will assume that the form is in the form.php file and the form submission is being handled by the form-exec.php script. Modifying your form Add the below [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/02/01/prevent-duplicate-form-submission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP 5.4 Features</title>
		<link>http://www.prosoxi.com/2012/01/31/php-5-4-features/</link>
		<comments>http://www.prosoxi.com/2012/01/31/php-5-4-features/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 07:57:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php 5.4]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3572</guid>
		<description><![CDATA[PHP 5.4 Features PHP 5.4.0 is planned to be released on February, 2 2012. By the time you are reading this, it may already been out. It is a result of many months of development. &#160; Many features were proposed for this release. Some made into this version, others did not make it at least [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/31/php-5-4-features/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php gettext</title>
		<link>http://www.prosoxi.com/2012/01/30/php-gettext/</link>
		<comments>http://www.prosoxi.com/2012/01/30/php-gettext/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:20:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[gettext]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3517</guid>
		<description><![CDATA[gettext — Lookup a message in the current domain &#160; &#60;?php // Set language to German putenv(&#8216;LC_ALL=de_DE&#8217;); setlocale(LC_ALL, &#8216;de_DE&#8217;); // Specify location of translation tables bindtextdomain(&#34;myPHPApp&#34;, &#34;./locale&#34;); // Choose domain textdomain(&#34;myPHPApp&#34;); // Translation is looking for in ./locale/de_DE/LC_MESSAGES/myPHPApp.mo now // Print a test message echo gettext(&#34;Welcome to My PHP Application&#34;); // Or use the alias [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/30/php-gettext/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Greek UTF-8 Special Characters</title>
		<link>http://www.prosoxi.com/2012/01/29/greek-utf-8-special-characters/</link>
		<comments>http://www.prosoxi.com/2012/01/29/greek-utf-8-special-characters/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 14:32:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[characters]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[utf]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3540</guid>
		<description><![CDATA[Here are the capital and small Greek letters for HTML 4.0 special characters from the UTF-8 Character Set. &#160; &#160; Browser Setup In order to be specify a Greek letter in the UTF-8 Character set, you are required to place following line in the head section of every web page. &#60;META http-equiv="Content-Type" content="text/html" charset="UTF-8"&#62; &#160; [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/29/greek-utf-8-special-characters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JavaScript and CSS with your WordPress Plugin</title>
		<link>http://www.prosoxi.com/2012/01/27/using-javascript-and-css-with-your-wordpress-plugin/</link>
		<comments>http://www.prosoxi.com/2012/01/27/using-javascript-and-css-with-your-wordpress-plugin/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 16:33:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript - Ajax]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[javascripts. plugins]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3542</guid>
		<description><![CDATA[A lot of plugins nowadays are more reliant on JavaScript and Cascading Style Sheets. It is important to separate your JavaScript and CSS into separate files so that the plugin is easier to maintain. This portion of the series will cover how to load JavaScript and CSS files for your plugin. Add your JavaScript Your [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/using-javascript-and-css-with-your-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php: strcmp</title>
		<link>http://www.prosoxi.com/2012/01/27/php-strcmp/</link>
		<comments>http://www.prosoxi.com/2012/01/27/php-strcmp/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 09:32:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[select php]]></category>
		<category><![CDATA[strcmp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3538</guid>
		<description><![CDATA[strcmp — Binary safe string comparison Description int strcmp ( string $str1 , string $str2 ) Note that this comparison is case sensitive. Parameters str1 The first string. str2 The second string. Return Values Returns &#60; 0 if str1 is less than str2; &#62; 0 if str1 is greater than str2, and 0 if they [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/27/php-strcmp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translation Tools</title>
		<link>http://www.prosoxi.com/2012/01/26/translation-tools/</link>
		<comments>http://www.prosoxi.com/2012/01/26/translation-tools/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 14:24:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3506</guid>
		<description><![CDATA[There are various tools available to aid in translating. You may use whichever you prefer. GlotPress GlotPress will let you, or an entire team, translate your favourite software. It is web-based and open-source. It is also completely in sync with the main repositories and the preferred method for translating WordPress into your language. Launchpad The [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/26/translation-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting PHP&#8217;s print_r Function To Return A String</title>
		<link>http://www.prosoxi.com/2012/01/24/getting-phps-print_r-function-to-return-a-string/</link>
		<comments>http://www.prosoxi.com/2012/01/24/getting-phps-print_r-function-to-return-a-string/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 16:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[print_r]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3502</guid>
		<description><![CDATA[PHP’s print_r function is invaluable. It prints a human-readable string representation of a variable. It’s one of the most useful debugging features I’ve seen in any language. I like it so much that I’ve actually written print_r mimic functions for other languages. By default, print_r literally prints a variable to the screen. Sometimes it’s useful [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/24/getting-phps-print_r-function-to-return-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Database Description</title>
		<link>http://www.prosoxi.com/2012/01/24/wp-database-description/</link>
		<comments>http://www.prosoxi.com/2012/01/24/wp-database-description/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 08:05:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[word press]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3504</guid>
		<description><![CDATA[Database Description The following is an outline and description of the database tables created during the standard installation of WordPress Version 3.0. Currently, the only database supported by WordPress is MySQL version 4.1.2 or greater. &#160; Because WordPress interfaces with this database by itself, you as an end user, shouldn&#8217;t have to worry much about [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/24/wp-database-description/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix &#8216;Function eregi() is deprecated&#8217; in PHP 5.3.0?</title>
		<link>http://www.prosoxi.com/2012/01/22/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0-2/</link>
		<comments>http://www.prosoxi.com/2012/01/22/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0-2/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 11:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Deprecated]]></category>
		<category><![CDATA[ereg]]></category>
		<category><![CDATA[php 5.3]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3486</guid>
		<description><![CDATA[I used to use eregi for validating email address input that matches to the regular expression. &#60;pre&#62; if(!eregi(&#34;^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$&#34;, $str)) { &#160;&#160;&#160; $msg = &#8216;email is not valid&#8217;; } else { $valid = true; }&#60;/pre&#62; That would return true if given email address is matches to username@domain.ext pattern. Unfortunately, after upgrading PHP to the earlier version [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/22/how-to-fix-function-eregi-is-deprecated-in-php-5-3-0-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Custom Widgets and Page Templates with WordPress</title>
		<link>http://www.prosoxi.com/2012/01/20/adding-custom-widgets-and-page-templates-with-wordpress/</link>
		<comments>http://www.prosoxi.com/2012/01/20/adding-custom-widgets-and-page-templates-with-wordpress/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 08:57:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3482</guid>
		<description><![CDATA[Step 1: Adding A New Widget Area First thing we need to do is add our new widget area.&#160; To do this you will need to open the function.php file (or create one and put in into your theme folder if you don’t have one yet) and add this bit of code: // //&#160; Adding [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/20/adding-custom-widgets-and-page-templates-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Increase PHP Memory for cache.php</title>
		<link>http://www.prosoxi.com/2012/01/15/wordpress-increase-php-memory-for-cache-php/</link>
		<comments>http://www.prosoxi.com/2012/01/15/wordpress-increase-php-memory-for-cache-php/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 12:51:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[memory]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3422</guid>
		<description><![CDATA[This trick isn’t guaranteed to prevent all WordPress-generated PHP memory errors, but it certainly seems to help reduce their overall occurrence. For some reason, after my host upgraded their servers to Apache 1.3.41, I began logging an extremely high number of fatal PHP “memory exhausted” errors resulting from the WordPresscache.php script. Here is an example [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/15/wordpress-increase-php-memory-for-cache-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP BBCode Parser</title>
		<link>http://www.prosoxi.com/2012/01/14/php-bbcode-parser/</link>
		<comments>http://www.prosoxi.com/2012/01/14/php-bbcode-parser/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 07:00:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[bbcode]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3426</guid>
		<description><![CDATA[BB code is a very simple set of instructions (also known as BB tags) that provide rules as to how a piece of text should be formatted. When a page that contains BB code is displayed in the browser, the BB tags are replaced with appropriate HTML tags that the browser can understand. &#60;?phpfunction BBCode [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/14/php-bbcode-parser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encode your images straight into PHP</title>
		<link>http://www.prosoxi.com/2012/01/09/encode-your-images-straight-into-php/</link>
		<comments>http://www.prosoxi.com/2012/01/09/encode-your-images-straight-into-php/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 16:02:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[encode images]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3398</guid>
		<description><![CDATA[Came across this today messing around with WAMP server. The index page it has has some images. I was looking to replace them as i was feeling lazy about creating an Index page I couldnt find the images it was using, so had a look in the code. What they had done was encode the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/09/encode-your-images-straight-into-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Scrape Meta Tags From Any Web Page With PHP</title>
		<link>http://www.prosoxi.com/2012/01/09/how-to-scrape-meta-tags-from-any-web-page-with-php/</link>
		<comments>http://www.prosoxi.com/2012/01/09/how-to-scrape-meta-tags-from-any-web-page-with-php/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 12:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[scrape]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3420</guid>
		<description><![CDATA[A couple of weeks ago I was going to work on a new project, it was a directory-like kind of app. One the things this application had to do was let users add their websites to their profiles, and so the first question came up, “how am going to get their website’s title and meta [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/09/how-to-scrape-meta-tags-from-any-web-page-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP: Simple Try Catch Example</title>
		<link>http://www.prosoxi.com/2012/01/06/php-simple-try-catch-example/</link>
		<comments>http://www.prosoxi.com/2012/01/06/php-simple-try-catch-example/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 14:37:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[try]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3368</guid>
		<description><![CDATA[With object orientated languages came the concept of the try-catch block to better manage exceptions and application crashes, and from PHP 5 onwards, the popular web server-side scripting language too adopted this ideology. By placing code which stands a possible chance of failing within a try block, you are alerting PHP to the fact that [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/06/php-simple-try-catch-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Translate characters or replace substrings</title>
		<link>http://www.prosoxi.com/2012/01/06/translate-characters-or-replace-substrings/</link>
		<comments>http://www.prosoxi.com/2012/01/06/translate-characters-or-replace-substrings/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 09:13:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3376</guid>
		<description><![CDATA[Is there any function which replaces params in a string? Something like this:? Code: $format_str = &#34;My name is %name.&#34;; /* this was set in a &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; configuration file - config.php */ $str = xprintf($format_str, array(\'name\' =&#62; \'Joe\', \'age\' =&#62; 150)); &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; /* above is somewhere in main code */ The expected value of $str [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2012/01/06/translate-characters-or-replace-substrings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php Reserved Words</title>
		<link>http://www.prosoxi.com/2011/12/19/php-reserved-words/</link>
		<comments>http://www.prosoxi.com/2011/12/19/php-reserved-words/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 10:06:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/12/19/php-reserved-words/</guid>
		<description><![CDATA[PHP Reserved Words Key Words abstract (as of PHP 5) and array() as break case catch(as of PHP 5) cfunction (PHP 4 only) class clone (as of PHP 5) const continue declare default do else elseif enddeclare endfor endforeach endif endswitch endwhile extends final(as of PHP 5) for foreach function global goto (as of PHP [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/12/19/php-reserved-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parse XML With PHP : Read XML File From URL</title>
		<link>http://www.prosoxi.com/2011/12/13/parse-xml-with-php-read-xml-file-from-url/</link>
		<comments>http://www.prosoxi.com/2011/12/13/parse-xml-with-php-read-xml-file-from-url/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 14:12:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/12/13/parse-xml-with-php-read-xml-file-from-url/</guid>
		<description><![CDATA[You can build really cool apps with API’s and most sites will send either JSON or XML back to your app, I prefer JSON actually but some of these API’s will only send XML and, while you can always convert XML to JSON, it’s always better to save that processing time. The Function: simplexml_load_file Since [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/12/13/parse-xml-with-php-read-xml-file-from-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Return More Than One Value From a Function in PHP</title>
		<link>http://www.prosoxi.com/2011/12/12/how-to-return-more-than-one-value-from-a-function-in-php/</link>
		<comments>http://www.prosoxi.com/2011/12/12/how-to-return-more-than-one-value-from-a-function-in-php/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 14:11:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[function]]></category>
		<category><![CDATA[vars]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/12/12/how-to-return-more-than-one-value-from-a-function-in-php/</guid>
		<description><![CDATA[Here is a cool trick you might not know if you want to return multiple values from a function and assign them to variables with different names each. Here Is How It Works: Say you have the following function returning an array. function SomeFunction() { /** lots of code **/ return array($value1, $value2, $value3); } [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/12/12/how-to-return-more-than-one-value-from-a-function-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Ways to Use .htaccess to Speed Up WordPress</title>
		<link>http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/</link>
		<comments>http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 10:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[word press]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/</guid>
		<description><![CDATA[Recently I’ve become more and more interested in the .htaccess file as a way to speed up and protect your site. Previously here on WPShout I’ve written an “A to Z of WordPress .htaccess Hacks”, which has been a very popular post, and today we’re going to look at ten easy methods to speed up [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/12/04/10-ways-to-use-htaccess-to-speed-up-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wp Using Permalinks</title>
		<link>http://www.prosoxi.com/2011/12/03/wp-using-permalinks/</link>
		<comments>http://www.prosoxi.com/2011/12/03/wp-using-permalinks/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 07:00:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[niceurl]]></category>
		<category><![CDATA[permalink]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/?p=3303</guid>
		<description><![CDATA[Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to link to your article (or section), or how you might send a link to your story in an e-mail message. The URL to each post should [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/12/03/wp-using-permalinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP casting operators</title>
		<link>http://www.prosoxi.com/2011/11/24/php-casting-operators/</link>
		<comments>http://www.prosoxi.com/2011/11/24/php-casting-operators/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 10:18:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[casting]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/24/php-casting-operators/</guid>
		<description><![CDATA[$myText = (string)$myVar; There are more details for string casting and conversion in the Strings section of the PHP manual, including special handling for booleans and nulls. The casts allowed are: (int), (integer) &#8211; cast to integer (bool), (boolean) &#8211; cast to boolean (float), (double), (real) &#8211; cast to float (string) &#8211; cast to string [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/24/php-casting-operators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change PHP variables using .htaccess</title>
		<link>http://www.prosoxi.com/2011/11/24/change-php-variables-using-htaccess/</link>
		<comments>http://www.prosoxi.com/2011/11/24/change-php-variables-using-htaccess/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 10:17:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/24/change-php-variables-using-htaccess/</guid>
		<description><![CDATA[If you need to change the way your PHP is working you can do that using .htaccess. Please, note that not all PHP options can be changed using .htaccess. A list of options that can be changed using .htaccess file can be found at: http://www.php.net/manual/en/ini.php#ini.list The ones that can be changed with .htaccess are the [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/24/change-php-variables-using-htaccess/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php documentor</title>
		<link>http://www.prosoxi.com/2011/11/24/php-documentor/</link>
		<comments>http://www.prosoxi.com/2011/11/24/php-documentor/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 08:38:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[documentor]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/24/php-documentor/</guid>
		<description><![CDATA[Welcome to the home of phpDocumentor. phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the php language. Similar to Javadoc, and written in php, phpDocumentor can be used from the command line or a web interface to create professional documentation from php source code. phpDocumentor has support for [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/24/php-documentor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>phpdocx</title>
		<link>http://www.prosoxi.com/2011/11/24/phpdocx/</link>
		<comments>http://www.prosoxi.com/2011/11/24/phpdocx/#comments</comments>
		<pubDate>Thu, 24 Nov 2011 08:36:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[word]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/24/phpdocx/</guid>
		<description><![CDATA[PHPDOCX is offered as a free PHP library that allows you to create dynamically basic Microsoft Office Word documents (.docx) or as an enhanced Pro version that includes extra functionality and allows for more sophisticated formatting. The main characteristics of both versions are summarized in the following table: Features for Free and Pro version FREE [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/24/phpdocx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php Include File in a Variable</title>
		<link>http://www.prosoxi.com/2011/11/23/php-include-file-in-a-variable/</link>
		<comments>http://www.prosoxi.com/2011/11/23/php-include-file-in-a-variable/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 08:25:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[php include to variable]]></category>
		<category><![CDATA[require]]></category>
		<category><![CDATA[require_once]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/23/php-include-file-in-a-variable/</guid>
		<description><![CDATA[Simply using include() or require() to output the contents of a &#8216;include&#8217; file on another web page may work perfectly 90% of the time. However, there will be times where you may want to save it into a variable instead &#8211; especially if you are using PHP template classes to generate your web pages. Anyone [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/23/php-include-file-in-a-variable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TCPDF is a FLOSS PHP class for generating PDF documents.</title>
		<link>http://www.prosoxi.com/2011/11/17/tcpdf-is-a-floss-php-class-for-generating-pdf-documents/</link>
		<comments>http://www.prosoxi.com/2011/11/17/tcpdf-is-a-floss-php-class-for-generating-pdf-documents/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 10:27:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/17/tcpdf-is-a-floss-php-class-for-generating-pdf-documents/</guid>
		<description><![CDATA[Started in 2002, TCPDF is now one of the world&#8217;s most active Open Source projects, used daily by millions of users and included in thousands of CMSand Web applications. Check the examples&#8230; Main Features no external libraries are required for the basic functions; all standard page formats, custom page formats, custom margins and units of [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/17/tcpdf-is-a-floss-php-class-for-generating-pdf-documents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Mod_Rewrite</title>
		<link>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/</link>
		<comments>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 12:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/11/php-mod_rewrite/</guid>
		<description><![CDATA[I commented out the RewriteRule in my .htaccess file and created a new WP_Rewrite rule in my WP theme&#8217;s functions.php file. This effectively accomplishes the same thing, but ensures that WordPress is aware of the &#8216;extra&#8217; querystring variables (so they&#8217;re not lost or ignored). /** * Handle URL rewrites for profiles page **/ function ctx_rewrite_participant_profiles() [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/11/php-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>parse RSS/Atom feeds with PHP</title>
		<link>http://www.prosoxi.com/2011/11/10/parse-rssatom-feeds-with-php/</link>
		<comments>http://www.prosoxi.com/2011/11/10/parse-rssatom-feeds-with-php/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 10:47:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[parse]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/10/parse-rssatom-feeds-with-php/</guid>
		<description><![CDATA[XML stands for EXtensible Markup Language and it is a simplified subset of Standard Generalized Markup Language (SGML). Its primary purpose is to facilitate the sharing of data across different information systems, particularly systems connected via the Internet. &#160; RSS is a Web content syndication format. Its name is an acronym for Really Simple Syndication. [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/10/parse-rssatom-feeds-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I execute PHP code on my existing myfile.html page?</title>
		<link>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/</link>
		<comments>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/#comments</comments>
		<pubDate>Fri, 04 Nov 2011 10:59:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[HTML - XHTML]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/</guid>
		<description><![CDATA[When a web page is accessed, the server checks the extension to know how to handle the page. Generally speaking if it sees a .htm or .html file, it sends it right to the browser because it doesn&#8217;t have anything to process on the server. If it sees a .php extension (or .shtml, or .asp, [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/04/how-can-i-execute-php-code-on-my-existing-myfile-html-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TimThumb &#8211; PHP Image Resizer</title>
		<link>http://www.prosoxi.com/2011/11/03/timthumb-php-image-resizer/</link>
		<comments>http://www.prosoxi.com/2011/11/03/timthumb-php-image-resizer/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 15:30:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[rezize]]></category>
		<category><![CDATA[thumb]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/03/timthumb-php-image-resizer/</guid>
		<description><![CDATA[TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site. TimThumb has seen a massive amount of use across the WordPress world, and a few months after we released it, I took over development [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/03/timthumb-php-image-resizer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlight PHP and JavaScript Code with PHP</title>
		<link>http://www.prosoxi.com/2011/11/03/highlight-php-and-javascript-code-with-php/</link>
		<comments>http://www.prosoxi.com/2011/11/03/highlight-php-and-javascript-code-with-php/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 10:20:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Highlight]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://www.prosoxi.com/2011/11/03/highlight-php-and-javascript-code-with-php/</guid>
		<description><![CDATA[PHP has a cool function that automatically highlights PHP code called highlight_string();Theoretically this could be used to roll your own code highlighting on a site, rather than rely on JavaScript or some kind of external service to do it. In this article I&#8217;ll show you the basics of how it works, then extended it with [...]]]></description>
		<wfw:commentRss>http://www.prosoxi.com/2011/11/03/highlight-php-and-javascript-code-with-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

