<?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>Programming Facts &#187; PHP Programming</title>
	<atom:link href="http://www.programmingfacts.com/category/php-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Fri, 27 Aug 2010 10:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Remove Empty/Null Rows from array using PHP</title>
		<link>http://www.programmingfacts.com/remove-emptynull-rows-from-array-using-php/</link>
		<comments>http://www.programmingfacts.com/remove-emptynull-rows-from-array-using-php/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 10:50:34 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Remove null elements from array]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=813</guid>
		<description><![CDATA[I got so many empty element as well as null values in array and my SQL query is some what complex so i was not able to use IS NOT NULL in mysql Query. Only alternative way i have is removing this null values from array using PHP. I used is_null function of PHP and remove null elements from array.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/mysql-query-optimization-nlevel-categoriesparent-childrecursive-with-single-query/' rel='bookmark' title='Permanent Link: MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query'>MYSQL Query Optimization &#8211; nLevel categories(Parent-Child,recursive) with single query</a></li>
<li><a href='http://www.programmingfacts.com/radio-button-cakephp-1-11-21-3/' rel='bookmark' title='Permanent Link: Radio button in CakePHP 1.1/1.2/1.3'>Radio button in CakePHP 1.1/1.2/1.3</a></li>
<li><a href='http://www.programmingfacts.com/displayshow-empty-option-of-selectbox-in-cakephp-1-3/' rel='bookmark' title='Permanent Link: Display/Show Empty Option of selectbox in CakePHP 1.3'>Display/Show Empty Option of selectbox in CakePHP 1.3</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/remove-emptynull-rows-from-array-using-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP functions for Encrypt Decrypt a string</title>
		<link>http://www.programmingfacts.com/php-functions-for-encrypt-decrypt-a-string/</link>
		<comments>http://www.programmingfacts.com/php-functions-for-encrypt-decrypt-a-string/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 12:57:03 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[encryption decryption php functions]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=774</guid>
		<description><![CDATA[Here i am sharing php functions for encrypt decrypt a string. I came across two different ways of encrypt decrypt php functions for string. In first one, there are two functions for encrypt and decrypt string. One is for encrypt the string and other is for decrypt the encrypted string. In second one, there is only one encrypt decrypt function which works for both encryption and decryption of string in php.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/identify-track-mouse-position/' rel='bookmark' title='Permanent Link: How to Identify or Track Mouse Position using jQuery'>How to Identify or Track Mouse Position using jQuery</a></li>
<li><a href='http://www.programmingfacts.com/ucfirst-make-character-capital/' rel='bookmark' title='Permanent Link: UCFIRST-Make first character Capital using MYSQL'>UCFIRST-Make first character Capital using MYSQL</a></li>
<li><a href='http://www.programmingfacts.com/unknown-rarely-helpful-functions/' rel='bookmark' title='Permanent Link: Some of Unknown and rarely used but very helpful functions of PHP'>Some of Unknown and rarely used but very helpful functions of PHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/php-functions-for-encrypt-decrypt-a-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to include multiple javascript files in Zend Framework</title>
		<link>http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/</link>
		<comments>http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:02:03 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[include multiple js files zend framework]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=686</guid>
		<description><![CDATA[If you are working with javascript files and using Zend Framework than you must be aware with how to include javascript files in view files ? Look at below syntax to include more than one javascript files. If you write individual statement for each file than it will include first file 2 times and so on.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/interacting-with-html-form-data-in-zend-framework/' rel='bookmark' title='Permanent Link: Interacting with HTML form data in Zend Framework'>Interacting with HTML form data in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/changedisable-the-default-layoutset-layout-in-zend-framework/' rel='bookmark' title='Permanent Link: Change/Disable the default layout/Set layout in Zend Framework'>Change/Disable the default layout/Set layout in Zend Framework</a></li>
<li><a href='http://www.programmingfacts.com/zip-component-cakephp-add-files/' rel='bookmark' title='Permanent Link: Zip Component in CakePHP-Add files in Zip'>Zip Component in CakePHP-Add files in Zip</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>POP3/IMAP Email with attachment-Read &amp; Forwarding with PHP</title>
		<link>http://www.programmingfacts.com/pop3imap-email-attachment-read/</link>
		<comments>http://www.programmingfacts.com/pop3imap-email-attachment-read/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:16:34 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Zend Framework]]></category>
		<category><![CDATA[Email Forwarding in PHP]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=652</guid>
		<description><![CDATA[Do you know how we can <strong>read, forward or transfer</strong> the <strong>POP3/IMAP email</strong> to another email address ? I came across this situation. I need to read the email from one account and need to forward that mail to another email account.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/sending-email-multiple-attachment/' rel='bookmark' title='Permanent Link: Sending email with multiple attachment using php&#8217;s mail() function'>Sending email with multiple attachment using php&#8217;s mail() function</a></li>
<li><a href='http://www.programmingfacts.com/sending-email-attachment-phps/' rel='bookmark' title='Permanent Link: Sending email with attachment using php&#8217;s mail() function'>Sending email with attachment using php&#8217;s mail() function</a></li>
<li><a href='http://www.programmingfacts.com/send-email-localhostxampp-wamp/' rel='bookmark' title='Permanent Link: How to send email from localhost(XAMPP or WAMP) in PHP in Windows'>How to send email from localhost(XAMPP or WAMP) in PHP in Windows</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/pop3imap-email-attachment-read/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Browse Server &amp; Image Upload Problem in CKEditor Solved</title>
		<link>http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/</link>
		<comments>http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/#comments</comments>
		<pubDate>Thu, 20 May 2010 05:48:56 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Image upload problem CKEditor solved]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=644</guid>
		<description><![CDATA[Some days ago, i moved from <strong>FCKEditor </strong>to <strong>CKEditor</strong>. CKEditor looks preety good but the <strong>problem </strong>is with <strong>upload image</strong> option. In <strong>demo </strong>application it shows me <strong>Browse Server</strong> &#38; <strong>Upload button</strong> for uploading image or media but when i download it and integrate it into my web page, Browser Server and Upload option <strong>disappear</strong>.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/' rel='bookmark' title='Permanent Link: WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts'>WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts</a></li>
<li><a href='http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/' rel='bookmark' title='Permanent Link: Problem with Insert/Edit image or link in Browse server &#8211; FCKEditor'>Problem with Insert/Edit image or link in Browse server &#8211; FCKEditor</a></li>
<li><a href='http://www.programmingfacts.com/fckeditor-solution-store-full/' rel='bookmark' title='Permanent Link: FCKEditor solution &#8211; How to store full URL for images (Show absolute path)'>FCKEditor solution &#8211; How to store full URL for images (Show absolute path)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>CakePHP PaginatorHelper-Sorting problem solved</title>
		<link>http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/</link>
		<comments>http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/#comments</comments>
		<pubDate>Tue, 11 May 2010 05:15:42 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[CakePHP Pagination Sorting Problem]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=624</guid>
		<description><![CDATA[<strong>CakePHP</strong> provide its own <strong>Pagination helper</strong> using which you can easily add <strong>paging </strong>and <strong>sorting </strong>functionality in your CakePHP application. Using this PaginatorHelper class for one model, all instruction is given in below link. If you works with more than one model. means using <strong>belongsTo </strong>or <strong>hasMany </strong>relation and getting records from <strong>more than one table </strong>than paging is as simple as one table. But for sorting...


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/set-meta-tags-seo-tags-cakephp/' rel='bookmark' title='Permanent Link: Set Meta Tags (SEO Tags) in CakePHP'>Set Meta Tags (SEO Tags) in CakePHP</a></li>
<li><a href='http://www.programmingfacts.com/set-meta-title-page-title-cakephp/' rel='bookmark' title='Permanent Link: Set Meta Title (Page Title) in CakePHP 1.2/1.3'>Set Meta Title (Page Title) in CakePHP 1.2/1.3</a></li>
<li><a href='http://www.programmingfacts.com/problem-mozilla-firefox-easy-ajax/' rel='bookmark' title='Permanent Link: Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP'>Problem in Mozilla Firefox-Easy AJAX Pagination Using JQuery CakePHP</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with Insert/Edit image or link in Browse server &#8211; FCKEditor</title>
		<link>http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/</link>
		<comments>http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 11:36:19 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[FCKEditor problem]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=515</guid>
		<description><![CDATA[Are you facing problem when <strong>Browser Server </strong>of <strong>Insert/Edit image</strong> or <strong>Insert/Edit link</strong> in <strong>FCKEditor</strong> ? Yesterday when i was working with FCKEditor and click on Insert/Edit image than click on Upload tab and browser a file from local machine. When i click on &#34;<strong>Send it to Server</strong>&#34;, it shows a message like &#34;<strong>Your file has been successfully uploaded</strong>&#34;. Now if i want to use the same image again than i should go to Browse Server and select the image which was previously uploaded. But it is not showing any uploaded image from &#34;<strong>Upload</strong>&#34; tab (Which can be said as Quick Upload). This is the problem with Image Path. Image was uploaded in &#34;<strong>userfiles</strong>&#34; folder instead of &#34;<strong>userfile/image</strong>&#34; folder. As in Browse Server it will not show any files from userfiles folder so you have to change the default image upload path.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/' rel='bookmark' title='Permanent Link: Browse Server &#038; Image Upload Problem in CKEditor Solved'>Browse Server &#038; Image Upload Problem in CKEditor Solved</a></li>
<li><a href='http://www.programmingfacts.com/html-link-html-image-cakephp/' rel='bookmark' title='Permanent Link: $html->link with html or image in CakePHP 1.2/1.3'>$html->link with html or image in CakePHP 1.2/1.3</a></li>
<li><a href='http://www.programmingfacts.com/requirement-for-cakephp-installation-guide/' rel='bookmark' title='Permanent Link: Requirement for CakePHP &#038; Installation Guide'>Requirement for CakePHP &#038; Installation Guide</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved &#8211; Error creating folder &#8220;redirect:/index.php&#8221; (Can&#8217;t create redirect: directory)</title>
		<link>http://www.programmingfacts.com/solved-error-creating-folder/</link>
		<comments>http://www.programmingfacts.com/solved-error-creating-folder/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 06:05:22 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Can't create redirect: directory]]></category>
		<category><![CDATA[Error creating folder]]></category>
		<category><![CDATA[FCKEditor issues solved]]></category>
		<category><![CDATA[FCKEditor problem]]></category>
		<category><![CDATA[Image upload problem in FCKEditor]]></category>
		<category><![CDATA[Path problem in FCKEditor]]></category>
		<category><![CDATA[Problem solved]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=506</guid>
		<description><![CDATA[I was working with <strong>FCKEditor </strong>and i got the error like &#34;<strong>Error creating folder &#34;redirect:/index.php</strong>&#34; (<strong>Can&#39;t create redirect: directory</strong>)&#34;. First thing i have checked the permissions for userfiles folder and image folder. It was <strong>777 </strong>so that was <strong>not the problem.</strong> Finally i found the problem and came to know that this error came due to .htaccess i was using for frontend. I solved this error and here i will show you what you need to do in order to solve this error.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/error-solved-safaricromedocument-ready/' rel='bookmark' title='Permanent Link: Error Solved Safari/Crome:&#8217;$(document).ready&#8217; [undefined] is not a function'>Error Solved Safari/Crome:&#8217;$(document).ready&#8217; [undefined] is not a function</a></li>
<li><a href='http://www.programmingfacts.com/301-redirect-dynamic-urls-static/' rel='bookmark' title='Permanent Link: 301 Redirect old dynamic URLs to new static URLs using .htaccess'>301 Redirect old dynamic URLs to new static URLs using .htaccess</a></li>
<li><a href='http://www.programmingfacts.com/how-to-restrict-users-from-accessing-files-directory-levelprotect-directory-using-htaccess/' rel='bookmark' title='Permanent Link: How to restrict users from accessing files &#038; directory level(Protect directory) using .htaccess'>How to restrict users from accessing files &#038; directory level(Protect directory) using .htaccess</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/solved-error-creating-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing Google Maps using API on your website</title>
		<link>http://www.programmingfacts.com/implementing-google-maps-api-website/</link>
		<comments>http://www.programmingfacts.com/implementing-google-maps-api-website/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 07:24:09 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Google map API integration]]></category>
		<category><![CDATA[Helpful tips]]></category>
		<category><![CDATA[Implement Google map in PHP]]></category>
		<category><![CDATA[Implement Google Map into website]]></category>
		<category><![CDATA[Integrate Google map into website]]></category>
		<category><![CDATA[PHP Programming tips]]></category>
		<category><![CDATA[php script]]></category>
		<category><![CDATA[PHP Script for Google map integration]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=452</guid>
		<description><![CDATA[Are you looking to <strong>implement Google Map</strong> in your website ?? Do you have a Real estate <strong>property website </strong>? If yes, the you must implement(integrate) Google map <strong>using API key</strong> into your website. Recently i have implemented the Google map into one of my client&#39;s website and it is <strong>very easy to implement</strong>.&#160; Here i am showing you the step by step way to integrate the Google map into your website.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/auto-refresh-page-after-few-seconds-using-javascript/' rel='bookmark' title='Permanent Link: Auto Refresh Page after few seconds Using Javascript'>Auto Refresh Page after few seconds Using Javascript</a></li>
<li><a href='http://www.programmingfacts.com/sending-email-multiple-attachment/' rel='bookmark' title='Permanent Link: Sending email with multiple attachment using php&#8217;s mail() function'>Sending email with multiple attachment using php&#8217;s mail() function</a></li>
<li><a href='http://www.programmingfacts.com/5-plugins-simple-cms-wordpress/' rel='bookmark' title='Permanent Link: 5 Useful plugins for Simple CMS wordpress website'>5 Useful plugins for Simple CMS wordpress website</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/implementing-google-maps-api-website/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>FCKEditor solution &#8211; How to store full URL for images (Show absolute path)</title>
		<link>http://www.programmingfacts.com/fckeditor-solution-store-full/</link>
		<comments>http://www.programmingfacts.com/fckeditor-solution-store-full/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 06:29:57 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[Absolute path for Image]]></category>
		<category><![CDATA[Complete image url in fckeditor]]></category>
		<category><![CDATA[FCKEditor problem solved]]></category>
		<category><![CDATA[Fixed image path problem]]></category>
		<category><![CDATA[Full url for image upload from fckeditor]]></category>
		<category><![CDATA[Helpful tips]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Magic Tricks]]></category>
		<category><![CDATA[Not storing full url of image]]></category>
		<category><![CDATA[Problem solved]]></category>
		<category><![CDATA[Send image in email from FCKEditor]]></category>
		<category><![CDATA[Showing relative path for image]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=448</guid>
		<description><![CDATA[Today i came across a problem with <strong>FCKEditor</strong>. When i <strong>upload an image</strong> from fckeditor Browser Server option, it uploades correctly and insert image in content as well. But if i will send this <strong>content in email</strong> (for newsletter) than image will not be there as fckeditor inserts <strong>relative path</strong> in source of image. There should be a <strong>complete URL for image</strong> if you are sending this content into email. I was trying to find the way that how to insert the full url path when image uploads from FCKEditor.


<strong>Related Posts:</strong><ol><li><a href='http://www.programmingfacts.com/wordpress-pluginrax-email-subscription-and-social-media-links-after-posts/' rel='bookmark' title='Permanent Link: WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts'>WordPress Plugin: RAX–Email Subscription And Social Media Links After Posts</a></li>
<li><a href='http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/' rel='bookmark' title='Permanent Link: Problem with Insert/Edit image or link in Browse server &#8211; FCKEditor'>Problem with Insert/Edit image or link in Browse server &#8211; FCKEditor</a></li>
<li><a href='http://www.programmingfacts.com/solved-error-creating-folder/' rel='bookmark' title='Permanent Link: Solved &#8211; Error creating folder &#8220;redirect:/index.php&#8221; (Can&#8217;t create redirect: directory)'>Solved &#8211; Error creating folder &#8220;redirect:/index.php&#8221; (Can&#8217;t create redirect: directory)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/fckeditor-solution-store-full/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 12/161 queries in 0.620 seconds using disk

Served from: www.programmingfacts.com @ 2010-09-10 11:31:33 -->