<?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; Common Issues/Bugs</title>
	<atom:link href="http://www.programmingfacts.com/category/php-programming/common-issuesbugs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.programmingfacts.com</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 08:16:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>[PHP] Warning: Cannot modify header information when Create a COOKIE</title>
		<link>http://www.programmingfacts.com/php-warning-modify-header-information/</link>
		<comments>http://www.programmingfacts.com/php-warning-modify-header-information/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 10:44:30 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[setcookie not working]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=999</guid>
		<description><![CDATA[When you create COOKIE or try to set COOKIE, are you getting error like "Warning: Cannot modify header information - headers already sent" ? This happen if your page starts output on browser. COOKIE is at browser and it will not set if your browser has started output.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/php-warning-modify-header-information/' addthis:title='[PHP] Warning: Cannot modify header information when Create a COOKIE' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/php-warning-modify-header-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SMTP -&gt; ERROR: Failed to connect to server: Connection timed out (110)</title>
		<link>http://www.programmingfacts.com/smtp-error-failed-connect/</link>
		<comments>http://www.programmingfacts.com/smtp-error-failed-connect/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 08:45:18 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[SMTP Connection time out 110]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=931</guid>
		<description><![CDATA[SMTP -> ERROR: Failed to connect to server: Connection timed out (110). Connection time-out means the mail server cannot be reached anymore. If the mail server is different from your web server (i.e. not localhost) I had check with your hosting provider whether they enabled some sort of firewall that blocks connections on the SMTP port.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/smtp-error-failed-connect/' addthis:title='SMTP -> ERROR: Failed to connect to server: Connection timed out (110)' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/smtp-error-failed-connect/feed/</wfw:commentRss>
		<slash:comments>1</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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/how-to-include-multiple-javascript-files-in-zend-framework/' addthis:title='How to include multiple javascript files in Zend Framework' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></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>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>.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/' addthis:title='Browse Server &#038; Image Upload Problem in CKEditor Solved' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/browse-server-image-upload-problem-in-ckeditor-solved/feed/</wfw:commentRss>
		<slash:comments>11</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...<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/cakephp-paginatorhelper-sorting-problem-solved/' addthis:title='CakePHP PaginatorHelper-Sorting problem solved' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></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>
		<category><![CDATA[Image Issue FCKEditor]]></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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/' addthis:title='Problem with Insert/Edit image or link in Browse server &#8211; FCKEditor' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/problem-with-insertedit-image-or-link-in-browse-server-fckeditor/feed/</wfw:commentRss>
		<slash:comments>2</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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/solved-error-creating-folder/' addthis:title='Solved &#8211; Error creating folder &#8220;redirect:/index.php&#8221; (Can&#8217;t create redirect: directory)' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/solved-error-creating-folder/feed/</wfw:commentRss>
		<slash:comments>1</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.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/fckeditor-solution-store-full/' addthis:title='FCKEditor solution &#8211; How to store full URL for images (Show absolute path)' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/fckeditor-solution-store-full/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Show special characters in javascript alert</title>
		<link>http://www.programmingfacts.com/show-special-charactors-international-language-in-javascript-alert/</link>
		<comments>http://www.programmingfacts.com/show-special-charactors-international-language-in-javascript-alert/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 04:57:08 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Convert special characters]]></category>
		<category><![CDATA[Convert special characters to Decimal numbers]]></category>
		<category><![CDATA[Get HTML code for special characters]]></category>
		<category><![CDATA[How to show special character in javascript]]></category>
		<category><![CDATA[International language characters in javascript alert]]></category>
		<category><![CDATA[International language in javascript alert]]></category>
		<category><![CDATA[Question mark in javascript alert]]></category>
		<category><![CDATA[Show special characters in alert message]]></category>
		<category><![CDATA[Special characters in javascript alert]]></category>
		<category><![CDATA[validating form international language in javascript]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/?p=411</guid>
		<description><![CDATA[Are you facing problem in <strong>showing special character in javascript alert </strong>? Are you facing problem in showing <strong>language special characters in javascript alert</strong> ? I was working in danish, french and other <strong>international language </strong>and validating form using javascript alert. When value is not entered by visitor in form and we show alert message than for some special character, it shows <strong>question mark</strong> message in <strong>javascript alert</strong>.<div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/show-special-charactors-international-language-in-javascript-alert/' addthis:title='Show special characters in javascript alert' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/show-special-charactors-international-language-in-javascript-alert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upload large(Big) files in PHP using .htaccess</title>
		<link>http://www.programmingfacts.com/upload-largebig-files-php-htaccess/</link>
		<comments>http://www.programmingfacts.com/upload-largebig-files-php-htaccess/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 08:05:35 +0000</pubDate>
		<dc:creator>Rakshit Patel</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Common Issues/Bugs]]></category>
		<category><![CDATA[Helpful Tips and Tricks]]></category>
		<category><![CDATA[.htaccess for php.ini]]></category>
		<category><![CDATA[.htaccess rules for increase upload limit]]></category>
		<category><![CDATA[.htaccess tricks]]></category>
		<category><![CDATA[Helpful tips]]></category>
		<category><![CDATA[How to upload big files]]></category>
		<category><![CDATA[Increase upload file size limit]]></category>
		<category><![CDATA[PHP configuration]]></category>
		<category><![CDATA[PHP Programming tips]]></category>
		<category><![CDATA[set php configuration values]]></category>
		<category><![CDATA[Upload larger files in PHP]]></category>
		<category><![CDATA[working with larger files upload]]></category>

		<guid isPermaLink="false">http://www.programmingfacts.com/2010/02/16/upload-largebig-files-php-htaccess/</guid>
		<description><![CDATA[I have seen many developers who find difficulties when working with <strong>larger files upload in php</strong>. When files which are too large in size, needs to be uploaded by php than you have to change the default file size either from <strong>php.ini</strong> OR <strong>httpd.conf</strong> OR using <strong>.htaccess</strong>. <strong>Default </strong>upload file size will be <strong>2MB</strong>. If you are uploading file which is <strong>larger than 2MB</strong> size than here i am showing you the way to <strong>upload larger files using PHP.</strong><div class="addthis_toolbox addthis_default_style addthis_32x32_style" addthis:url='http://www.programmingfacts.com/upload-largebig-files-php-htaccess/' addthis:title='Upload large(Big) files in PHP using .htaccess' ><a class="addthis_button_twitter"></a><a class="addthis_button_facebook"></a><a class="addthis_button_googlebuzz"></a><a class="addthis_button_digg"></a><a class="addthis_button_stumbleupon"></a><a class="addthis_button_delicious"></a><a class="addthis_button_myspace"></a><a class="addthis_button_linkedin"></a><a class="addthis_button_reddit"></a></div>]]></description>
		<wfw:commentRss>http://www.programmingfacts.com/upload-largebig-files-php-htaccess/feed/</wfw:commentRss>
		<slash:comments>12</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 39/50 queries in 0.098 seconds using disk

Served from: www.programmingfacts.com @ 2012-02-08 21:26:06 -->
