<?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>smartcoderszone - A Blog about Web Development Tutorials and Tips, PHP, Mysql,  Javascript, CSS, Jquery, SEO, Twitter and Facebook Scripts &#187; PHP</title>
	<atom:link href="http://smartcoderszone.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://smartcoderszone.com</link>
	<description>Web Development Tutorials and Tips, PHP, Javascript, CSS, Joomla, Ajax, Jquery, Mysql, SEO, Twitter and Facebook Scripts</description>
	<lastBuildDate>Sat, 15 Oct 2011 20:24:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>.htaccess basic features with example</title>
		<link>http://smartcoderszone.com/2011/03/htaccess-basic-features-with-example/</link>
		<comments>http://smartcoderszone.com/2011/03/htaccess-basic-features-with-example/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 20:11:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Server side]]></category>
		<category><![CDATA[.htaccess basic features with example]]></category>
		<category><![CDATA[Allow/Deny directory browsing using htaccess]]></category>
		<category><![CDATA[Caching using htaccess]]></category>
		<category><![CDATA[Change the default index page of a directory or site using htaccess]]></category>
		<category><![CDATA[Define custom error pages using htaccess]]></category>
		<category><![CDATA[Deny/Allow IP addresses using htaccess]]></category>
		<category><![CDATA[Display SEO friendly urls using htaccess]]></category>
		<category><![CDATA[Enabling SSI (server side includes) using htaccess]]></category>
		<category><![CDATA[how to create .htaccess]]></category>
		<category><![CDATA[Password protecting directories using htaccess]]></category>
		<category><![CDATA[redirect page or website 301 or 302 using htaccess]]></category>
		<category><![CDATA[Redirecting pages / sites temporary or permanently using htaccess]]></category>
		<category><![CDATA[what is .htaccess in php]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=266</guid>
		<description><![CDATA[
			
				
			
		
.htaccess files (or &#8220;distributed configuration files&#8221;) provide a way to make configuration changes on a per-directory basis. In simple words, htaccess allow you to override the default server configuration using certain commands. htaccess file works in Apache Web Server on both Linux/Unix and Windows operating system. This post has some basic example and method to [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2011/03/htaccess-basic-features-with-example/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to preserve line breaks in textarea mysql data</title>
		<link>http://smartcoderszone.com/2010/09/how-to-preserve-line-breaks-in-textarea-mysql-data/</link>
		<comments>http://smartcoderszone.com/2010/09/how-to-preserve-line-breaks-in-textarea-mysql-data/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 17:17:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[How to preserve line breaks in mysql data]]></category>
		<category><![CDATA[How to preserve line breaks in textarea mysql data]]></category>
		<category><![CDATA[preserve formatting after insert data into database]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=192</guid>
		<description><![CDATA[
			
				
			
		
We often use textarea to insert multiple lines of data into database. While writing content to textarea we use line breaks.  At the time of display if we simply echo text area content then it does not preserve line breaks and stick all of the data together.
There are two ways we can preserve line breaks [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/how-to-preserve-line-breaks-in-textarea-mysql-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>how to generate excel report with php and mysql</title>
		<link>http://smartcoderszone.com/2010/09/how-to-generate-excel-report-with-php-and-mysql/</link>
		<comments>http://smartcoderszone.com/2010/09/how-to-generate-excel-report-with-php-and-mysql/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 16:07:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[download code for generate excel report in php and mysql]]></category>
		<category><![CDATA[export mysql data into excel with php]]></category>
		<category><![CDATA[generate excel report with php and mysql]]></category>
		<category><![CDATA[how to generate excel report with php and mysql]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=185</guid>
		<description><![CDATA[
			
				
			
		
Hi Friends,
Recently for one of my project work, I need to generate excel report for customer data using php and mysql. Here I am posting tutorial of generate excel report in easy steps.
Step 1. Include phpexcel class file along with your config file and make its object with excel file name passed parameter in constructor. [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/how-to-generate-excel-report-with-php-and-mysql/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Upload files in blob type using mysql and php</title>
		<link>http://smartcoderszone.com/2010/09/upload-files-in-blob-type-using-mysql-and-php/</link>
		<comments>http://smartcoderszone.com/2010/09/upload-files-in-blob-type-using-mysql-and-php/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 15:29:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[download script for file store in mysql BLOB type]]></category>
		<category><![CDATA[How to upload file im mysql blob type]]></category>
		<category><![CDATA[store files in mysql blob types with php]]></category>
		<category><![CDATA[Upload files in blob type using mysql and php]]></category>
		<category><![CDATA[upload images and files in blob data type using mysql and php]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=180</guid>
		<description><![CDATA[
			
				
			
		
This tutorial demonstrate how to upload files in blob type using mysql and php in simple steps. Blob type used for storing large amount of binary data therefore we can store file in blob type.
Step 1. Create simple form having input type file and submit elements.


&#60;form method=&#34;post&#34; enctype=&#34;multipart/form-data&#34;&#62;
 &#60;input type=&#34;hidden&#34; name=&#34;MAX_FILE_SIZE&#34; value=&#34;2000000&#34;&#62;
 &#60;input name=&#34;userfile&#34; type=&#34;file&#34; [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/upload-files-in-blob-type-using-mysql-and-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dynamic jquery multiple image upload with delete and limit features</title>
		<link>http://smartcoderszone.com/2010/09/dynamic-jquery-multiple-image-upload-with-delete-and-limit-features/</link>
		<comments>http://smartcoderszone.com/2010/09/dynamic-jquery-multiple-image-upload-with-delete-and-limit-features/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 15:41:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[download multiple image upload with delete]]></category>
		<category><![CDATA[Dynamic multiple image upload (updated) with delete and limit features]]></category>
		<category><![CDATA[free download dynamic jquery image upload script]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=172</guid>
		<description><![CDATA[
			
				
			
		
Hello Friends,
Few days back I received request from one of the user of blog to add two extra features to our existing multiple image upload script.
1 &#8211; How To add limit for upload images.
2 &#8211; How To add remove link for each image.

I have added both features in existing image upload script. It is not [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/09/dynamic-jquery-multiple-image-upload-with-delete-and-limit-features/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>How to convert number to word in javascript</title>
		<link>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/</link>
		<comments>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 04:44:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[free download script number to text conversion]]></category>
		<category><![CDATA[how to convert number to text]]></category>
		<category><![CDATA[How to convert number to word in javascript]]></category>
		<category><![CDATA[number to text conversion]]></category>
		<category><![CDATA[number to text free download]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=158</guid>
		<description><![CDATA[
			
				
			
		
Today I am sharing number to text convert script that simply input number and produce its wordy counterparts. It is the most simple script and easy to implement in the project.
Example : Suppose you want to make &#8216; 12345 &#8216; read like &#8216; twelve thousand
three hundred forty five &#8216; , Enter your number in text [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/08/how-to-convert-number-to-word-in-javascript/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Dynamic multiple image upload using jquery</title>
		<link>http://smartcoderszone.com/2010/06/dynamic-multiple-image-upload-using-jquery/</link>
		<comments>http://smartcoderszone.com/2010/06/dynamic-multiple-image-upload-using-jquery/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 12:54:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Dynamic multiple image upload using jquery]]></category>
		<category><![CDATA[free download jquery multiple image uplaod in php]]></category>
		<category><![CDATA[jquery dynamic multiple image upload]]></category>
		<category><![CDATA[jquery+php multiple image uplaod script]]></category>
		<category><![CDATA[multiple image upload using jquery]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=102</guid>
		<description><![CDATA[
			
				
			
		
Friends, Today I am posting multiple image upload using jquery in a php form. It is a dynamic script that will upload image without refresh and stored temporarily in the database. It will finally set in database when we will submit our main form.
Here is the code for our form -

&#60;table width=&#34;100%&#34; align=&#34;center&#34; border=&#34;0&#34;&#62;
&#60;form method=&#34;post&#34; [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/06/dynamic-multiple-image-upload-using-jquery/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to calculate number of days between two dates</title>
		<link>http://smartcoderszone.com/2010/06/how-to-calculate-number-of-days-between-two-dates/</link>
		<comments>http://smartcoderszone.com/2010/06/how-to-calculate-number-of-days-between-two-dates/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 07:21:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[date difference between two dates in php]]></category>
		<category><![CDATA[How to calculate number of days between two dates]]></category>
		<category><![CDATA[how to calulate date difference in php]]></category>
		<category><![CDATA[setting cron job for particular date interval]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=98</guid>
		<description><![CDATA[
			
				
			
		
Following are the script that calculate number of days between two dates. I used this script in my recent project work. I need to run a cron file to all members of the site that haven&#8217;t logged into site more than 7 days. I created this script for sending email if log in time of [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/06/how-to-calculate-number-of-days-between-two-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to add background color onmouseover using jquery</title>
		<link>http://smartcoderszone.com/2010/06/how-to-add-background-color-onmouseover-using-jquery/</link>
		<comments>http://smartcoderszone.com/2010/06/how-to-add-background-color-onmouseover-using-jquery/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 06:29:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[JQuery]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[add css using jquery]]></category>
		<category><![CDATA[change background using jquery]]></category>
		<category><![CDATA[how to add background color onmouseover using jquery]]></category>
		<category><![CDATA[how to change background color of dynamic listing using jquery+php]]></category>
		<category><![CDATA[jquery+php change css on mouse over]]></category>
		<category><![CDATA[onmouseover change css using jquery]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=94</guid>
		<description><![CDATA[
			
				
			
		
Hi Friends,
In my recent project work, I need to add background color on table row (even rows) on mouse over. I used jquery for this. Its very easy to do that. You need to call two java script function &#8211; one for adding background color onmouseover and second for returning back to original background color [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/06/how-to-add-background-color-onmouseover-using-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google map demo using php class</title>
		<link>http://smartcoderszone.com/2010/06/google-map-demo-using-php-class/</link>
		<comments>http://smartcoderszone.com/2010/06/google-map-demo-using-php-class/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 08:29:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[display google map]]></category>
		<category><![CDATA[generate google map with address]]></category>
		<category><![CDATA[gmap implementation]]></category>
		<category><![CDATA[google map + php class]]></category>
		<category><![CDATA[Google map demo using php class]]></category>
		<category><![CDATA[how to display google map using php class]]></category>
		<category><![CDATA[how to display google map with address only]]></category>
		<category><![CDATA[how to implement gmap with php class]]></category>
		<category><![CDATA[php class for google map api]]></category>
		<category><![CDATA[print google map on your web page]]></category>

		<guid isPermaLink="false">http://smartcoderszone.com/?p=88</guid>
		<description><![CDATA[
			
				
			
		
Hi Guys,
Today I am posting google map demo using php api. Few months back I need to develop a google map in php for my client therefore I google and found some complex methods of generating google map.  There was some script that needs latitude, longitude for gmap. All I wanted to do is to [...]]]></description>
		<wfw:commentRss>http://smartcoderszone.com/2010/06/google-map-demo-using-php-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

