<?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>Sava&#039;s Place &#187; PHP</title>
	<atom:link href="http://savasplace.com/category/programming/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://savasplace.com</link>
	<description>Free PHP scripts, CSS templates, Making Money Online and Miscellaneous Ramblings</description>
	<lastBuildDate>Fri, 18 May 2012 06:41:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>A Great Way To Show Off Your Sponsors Or Friends On Your Website</title>
		<link>http://savasplace.com/2011/02/a-great-way-to-show-off-your-sponsors-or-friends-on-your-website/</link>
		<comments>http://savasplace.com/2011/02/a-great-way-to-show-off-your-sponsors-or-friends-on-your-website/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 08:21:19 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[sponsor flip wall]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=6089</guid>
		<description><![CDATA[Everybody has a link list, a blog roll, a links page etc. on their website. Here&#8217;s a great way to show off your friends, sponsors or websites you like with the jQuery Sponsor Flip Wall. No &#8230; it&#8217;s not a table. It&#8217;s a jQuery animated wall. It does it like this: What&#8217;s great is that [...]]]></description>
			<content:encoded><![CDATA[<p>Everybody has a link list, a blog roll, a links page etc. on their website. Here&#8217;s a great way to show off your friends, sponsors or websites you like with the <a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/" target="_blank" rel="nofollow">jQuery Sponsor Flip Wall</a>.</p>
<div id="attachment_6090" class="wp-caption aligncenter" style="width: 560px"><a href="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-1.png" target="_blank"><img src="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-1-550x408.png" alt="jQuery Sponsor Flip Wall" title="jQuery Sponsor Flip Wall" width="550" height="408" class="size-medium wp-image-6090" /></a><p class="wp-caption-text">jQuery Sponsor Flip Wall</p></div>
<p>No &#8230; it&#8217;s not a table. It&#8217;s a jQuery animated wall. It does it like this:</p>
<div id="attachment_6092" class="wp-caption aligncenter" style="width: 560px"><a href="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-2.png"><img src="http://savasplace.com/wp-content/uploads/2011/03/sponsor-flip-wall-2-550x230.png" alt="jQuery Sponsor Flip Wall" title="jQuery Sponsor Flip Wall" width="550" height="230" class="size-medium wp-image-6092" /></a><p class="wp-caption-text">jQuery Sponsor Flip Wall - Animation</p></div>
<p>What&#8217;s great is that you can easily modify your sponsors/friends because it takes the data from a simple array:</p>
<p><code><br />
$sponsors = array(<br />
array('facebook','The biggest social..','http://www.facebook.com/'),<br />
array('adobe','The leading software de..','http://www.adobe.com/'),<br />
array('microsoft','One of the top software c..','http://www.microsoft.com/'),<br />
array('sony','A global multibillion electronics..','http://www.sony.com/'),<br />
array('dell','One of the biggest computer develo..','http://www.dell.com/'),<br />
array('ebay','The biggest online auction and..','http://www.ebay.com/'),<br />
array('digg','One of the most popular web 2.0..','http://www.digg.com/'),<br />
array('google','The company that redefined w..','http://www.google.com/'),<br />
array('ea','The biggest computer game manufacturer.','http://www.ea.com/'),<br />
array('mysql','The most popular open source dat..','http://www.mysql.com/'),<br />
array('hp','One of the biggest computer manufacturers.','http://www.hp.com/'),<br />
array('yahoo','The most popular network of so..','http://www.yahoo.com/'),<br />
array('cisco','The biggest networking and co..','http://www.cisco.com/'),<br />
array('vimeo','A popular video-centric social n..','http://www.vimeo.com/'),<br />
array('canon','Imaging and optical technology ma..','http://www.canon.com/')<br />
);<br />
shuffle($sponsors);<br />
</code></p>
<p>You can read the whole tutorial, view a demo or download it on <a href="http://tutorialzine.com/2010/03/sponsor-wall-flip-jquery-css/" target="_blank" rel="nofollow">TutorialZine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2011/02/a-great-way-to-show-off-your-sponsors-or-friends-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multilingual Website with CakePHP</title>
		<link>http://savasplace.com/2009/08/multilingual-website-with-cakephp/</link>
		<comments>http://savasplace.com/2009/08/multilingual-website-with-cakephp/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 07:53:40 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[multi language website with cakephp]]></category>
		<category><![CDATA[Multilingual]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=2606</guid>
		<description><![CDATA[We all know that developing a website in CakePHP is very easy and also fast. Here&#8217;s how to create a multilingual website fast. First open app/config/bootstrap.php and set the languages you want available for your website: Configure::write('Config.languages', array( 'ro' => array( 'language' => 'Romanian', 'locale' => 'rum', 'localeFallback' => 'rum', 'charset' => 'utf-8' ), 'en' [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that developing a website in CakePHP is very easy and also fast. Here&#8217;s how to create a multilingual website fast.</p>
<p>First open <strong>app/config/bootstrap.php</strong> and set the languages you want available for your website:</p>
<p><code><br />
Configure::write('Config.languages', array(<br />
	  	'ro' => array(<br />
		    'language' => 'Romanian',<br />
		    'locale' => 'rum',<br />
		    'localeFallback' => 'rum',<br />
		    'charset' => 'utf-8'<br />
		),<br />
		'en' => array(<br />
		    'language' => 'English',<br />
		    'locale' => 'eng',<br />
		    'localeFallback' => 'eng',<br />
		    'charset' => 'utf-8'<br />
		),<br />
	)<br />
);<br />
</code></p>
<p>I chose english and romanian for this example.</p>
<p>Now open your app controller (<strong>app/app_controller.php</strong> &#8211; create one if you don&#8217;t have it) and put this function in it:</p>
<p><code><br />
	function setLanguage() {<br />
		if(!isset($this->params['lang'])) $this->params['lang'] = 'ro';<br />
		$lang = $this->params['lang'];<br />
		App::import('Core', 'i18n');<br />
		$I18n =&#038; I18n::getInstance();<br />
		$I18n->l10n->get($lang);<br />
		foreach (Configure::read('Config.languages') as $lang => $locale) {<br />
			if($lang == $this->params['lang'])<br />
				$this->params['locale'] = $locale['locale'];<br />
		}<br />
	}<br />
</code></p>
<p>All you have to modify in this function is the first line (that sets the default language). Change the default language to your chosen one. </p>
<p>It&#8217;s now time to create a route depending on the language. Open <strong>app/config/routes.php</strong> and add this route to it:</p>
<p><code><br />
Router::connect('/:lang/:controller/:action/*', array('lang' => 'ro'), array('lang' => 'ro|en'));<br />
</code></p>
<p>Of course that this can change depending on the languages you are using and their number. You&#8217;re a smart boy so you&#8217;ll figure it out.</p>
<p>Now all you have left is to create the language files. Go to <strong>app/locale</strong> and create 2 folders: <strong>rum</strong> and <strong>en</strong>. In each of these folders create another folder called <strong>LC_MESSAGES</strong>. In the LC_MESSAGES folders you will now store the language files. Language files can be divided so it&#8217;s easier for you to store the translations ( <strong>.po</strong> files ).</p>
<p>For example, you can create a <strong>login.po</strong>, <strong>register.po</strong>, <strong>account.po</strong> and <strong>default.po</strong>.</p>
<p>In the language files you have to set the message id and message string.</p>
<p><em><strong>English</strong></em><br />
<code><br />
msgid "hello"<br />
msgstr "Hello"<br />
</code></p>
<p><em><strong>Romanian</strong></em><br />
<code><br />
msgid "hello"<br />
msgstr "Buna ziua"<br />
</code></p>
<p>And now to echo these strings on your website you have to remember the string id and the name of the language file (.po) it is stored in. Example:</p>
<p><code><br />
&lt;?<br />
__d('default', 'hello', true);<br />
?&gt;<br />
</code></p>
<p>This will take the string with the id &#8220;hello&#8221; from the <strong>default.po</strong> file and echo it. And true means that it will echo the string.<br />
Good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/08/multilingual-website-with-cakephp/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s Single File Upload Script</title>
		<link>http://savasplace.com/2009/01/savas-single-file-upload-script/</link>
		<comments>http://savasplace.com/2009/01/savas-single-file-upload-script/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 10:10:04 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free php script]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[free upload script]]></category>
		<category><![CDATA[single file upload script]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1248</guid>
		<description><![CDATA[Single file upload script. All the variables can be easily changed to suit your needs: &#8211; maximum file size that can be uploaded &#8211; allowed file extensions of files that are uploaded Easy to integrate into any design as it is very easy to remove it&#8217;s css and use your own. You can also view [...]]]></description>
			<content:encoded><![CDATA[<p>Single file upload script. All the variables can be easily changed to suit your needs: &#8211; maximum file size that can be uploaded &#8211; allowed file extensions of files that are uploaded Easy to integrate into any design as it is very easy to remove it&#8217;s css and use your own. You can also view a list of the uploaded files. Single click file delete</p>
<h3>Update</h3>
<p>I rewrote the code  so that the notices  Commander Killbot  asked me about no longer appear. </p>
<p>No Demo | <a href="http://savasplace.com/?file_id=7">Download</a> <small>(2.35KB)</small> ( 19895 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-single-file-upload-script/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s GuestBook v2.0</title>
		<link>http://savasplace.com/2009/01/savas-guestbook-v20/</link>
		<comments>http://savasplace.com/2009/01/savas-guestbook-v20/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 10:06:13 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free php guestbook]]></category>
		<category><![CDATA[free php script]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[guestbook]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1245</guid>
		<description><![CDATA[Features New simple layout will easy on the eye colors The entries submitted will stay pending untill the admin approves them. Image captcha Pagination system &#8211; the GuestBook will display the entries in pages so that your page will load faster and be smaller. You can edit the number of entries displayed per page in [...]]]></description>
			<content:encoded><![CDATA[<h3>Features</h3>
<p>New simple layout will easy on the eye colors<br />
The entries submitted will stay pending untill the admin approves them.<br />
Image captcha<br />
Pagination system &#8211; the GuestBook will display the entries in pages so that your page will load faster and be smaller. You can edit the number of entries displayed per page in includes/db.php<br />
Statistics : your guestbook will show:<br />
- The number of approved entries<br />
- The number of pending entries<br />
- The number of males<br />
- The number of females<br />
- Guestbooks start date.</p>
<p>Administration panel:<br />
 &#8211; features an ajax feature &#8211; Edit In Place with jQuery. &#8211; with it you can easily edit the entries without refreshing the page. &#8211; to edit any field just click on the text. &#8211; For example: if you want to edit the posters name just click on the name, make corrections and click on save. &#8211; after you edited all the pending entries on the page just go to Approve all entries and modify &#8220;No&#8221; with &#8220;Yes&#8221;. All the pending entries on the page will be approved.</p>
<p><a href="http://demos.savasplace.com/guestbookv2/" target="_blank">Demo</a> | <a href="http://savasplace.com/?file_id=3">Download</a> <small>(31.20KB)</small> ( 3281 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-guestbook-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s ReviewMe Offer Notifier</title>
		<link>http://savasplace.com/2009/01/savas-reviewme-offer-notifier/</link>
		<comments>http://savasplace.com/2009/01/savas-reviewme-offer-notifier/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 10:01:44 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[free script]]></category>
		<category><![CDATA[free scripts]]></category>
		<category><![CDATA[offers]]></category>
		<category><![CDATA[reviewme]]></category>
		<category><![CDATA[reviewme offer notifier]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1241</guid>
		<description><![CDATA[With this scripts you can easily get the latest offers from ReviewMe directly to your email address. Script needs to be added as a cron job. If you don&#8217;t know how to set up a cron job read this article. No Preview &#124; Download (4.72KB) ( 2494 downloads )]]></description>
			<content:encoded><![CDATA[<p>With this scripts you can easily get the latest offers from ReviewMe directly to your email address.<br />
Script needs to be added as a cron job. If you don&#8217;t know how to set up a cron job <a href="http://savasplace.com/2008/04/small-cron-job-tutorial/" target="_blank">read this article</a>.</p>
<p>No Preview | <a href="http://savasplace.com/?file_id=6">Download</a> <small>(4.72KB)</small> ( 2494 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-reviewme-offer-notifier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s Random Quote</title>
		<link>http://savasplace.com/2009/01/savas-random-quote/</link>
		<comments>http://savasplace.com/2009/01/savas-random-quote/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:58:06 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free php script]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[free random quote display php script]]></category>
		<category><![CDATA[random quote]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1237</guid>
		<description><![CDATA[Quotes are stored in a text document. Just include the quotes.php file wherever you want to display random quotes on your website and you are done. Inserting your quotes: &#8211; HTML can also be used with your quotes. &#8211; To enter another quote in the text file hit enter. &#8211; you can use as many [...]]]></description>
			<content:encoded><![CDATA[<p>Quotes are stored in a text document. Just include the quotes.php file wherever you want to display random quotes on your website and you are done. Inserting your quotes: &#8211; HTML can also be used with your quotes. &#8211; To enter another quote in the text file hit enter. &#8211; you can use as many quotes as you want</p>
<p><a href="http://demos.savasplace.com/randomquote/" target="_blank">Preview</a> | <a href="http://savasplace.com/?file_id=9">Download</a> <small>(1.08KB)</small> ( 3917 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-random-quote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s Password Protect</title>
		<link>http://savasplace.com/2009/01/savas-password-protect/</link>
		<comments>http://savasplace.com/2009/01/savas-password-protect/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:54:24 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free password protect]]></category>
		<category><![CDATA[free php script]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[free script]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1233</guid>
		<description><![CDATA[Sava&#8217;s Password Protect Script offers it&#8217;s users the option to password protect the pages that others aren&#8217;t supposed to see. Just edit the file and set your login and password and then just include the file on every page you want to have a password. You can also choose that the script will request just [...]]]></description>
			<content:encoded><![CDATA[<p>Sava&#8217;s Password Protect Script offers it&#8217;s users the option to password protect the pages that others aren&#8217;t supposed to see. Just edit the file and set your login and password and then just include the file on every page you want to have a password. You can also choose that the script will request just the password, without requesting an username. Rename the file to something only you know and include it to the pages you want to password protect Read me File contains more detailed instructions. Just in case you don&#8217;t know the path to the file just access it via your browser and append ?code at the end. The script will show you the correct include path.</p>
<p><a href="http://demos.savasplace.com/password/" target="_blank">Preview</a> | <a href="http://savasplace.com/?file_id=12">Download</a> <small>(1.78KB)</small> ( 6198 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-password-protect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s Link Manager v2.0</title>
		<link>http://savasplace.com/2009/01/savas-link-manager-v20/</link>
		<comments>http://savasplace.com/2009/01/savas-link-manager-v20/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:47:39 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free link manager]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[free scripts]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1228</guid>
		<description><![CDATA[Features Easy to use admin panel (edit/delete/add links) Cool display &#8211; can be integrated into any website Link counter &#8211; displays how many times a link was clicked Users are able to submit links themselves, but are shown only after admin approval Shows a links description also if you enter one so your visitors know [...]]]></description>
			<content:encoded><![CDATA[<h3>Features</h3>
<ul>
<li>Easy to use admin panel (edit/delete/add links)</li>
<li>Cool display &#8211; can be integrated into any website</li>
<li>Link counter &#8211; displays how many times a link was clicked</li>
<li>Users are able to submit links themselves, but are shown only after admin approval</li>
<li>Shows a links description also if you enter one so your visitors know what that site is about. HTML Description for the website: Add banner or other HTML stuff about that website</li>
</ul>
<p><a href="http://demos.savasplace.com/links/" target="_blank">Preview</a> | <a href="http://savasplace.com/?file_id=2">Download</a> <small>(5.24KB)</small> ( 2910 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-link-manager-v20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s Simple CSS Switcher</title>
		<link>http://savasplace.com/2009/01/savas-simple-css-switcher/</link>
		<comments>http://savasplace.com/2009/01/savas-simple-css-switcher/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:42:10 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free css switcher]]></category>
		<category><![CDATA[free php script]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[free script]]></category>
		<category><![CDATA[free scripts]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1220</guid>
		<description><![CDATA[Simple PHP script to change the css file of your website. It can handle unlimited number of css files. The users choice is stored in a session variable so the css theme won&#8217;t change until the user switches to another. Read me file included in the archive. With the script you can easily have more [...]]]></description>
			<content:encoded><![CDATA[<p>Simple PHP script to change the css file of your website. It can handle unlimited number of css files. The users choice is stored in a session variable so the css theme won&#8217;t change until the user switches to another. Read me file included in the archive. With the script you can easily have more themes for your website with ease.</p>
<p><a href="http://demos.savasplace.com/style_switcher/" target="_blank">Demo</a> | <a href="http://savasplace.com/?file_id=13">Download</a> <small>(2.15KB)</small> ( 2473 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-simple-css-switcher/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sava&#8217;s Contact Form</title>
		<link>http://savasplace.com/2009/01/savas-contact-form/</link>
		<comments>http://savasplace.com/2009/01/savas-contact-form/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 09:34:37 +0000</pubDate>
		<dc:creator>Sava</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[contact form]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[free contact form]]></category>
		<category><![CDATA[free php script]]></category>
		<category><![CDATA[free php scripts]]></category>
		<category><![CDATA[savasplace.com]]></category>

		<guid isPermaLink="false">http://savasplace.com/?p=1216</guid>
		<description><![CDATA[Features very easy to install and use captcha to prevent spam protection very easy to style and integrate into your existing website Preview &#124; Download (2.98KB) ( 2959 downloads )]]></description>
			<content:encoded><![CDATA[<h3>Features</h3>
<ul>
<li>very easy to install and use</li>
<li>captcha to prevent spam protection</li>
<li>very easy to style and integrate into your existing website</li>
</ul>
<p><a href="http://demos.savasplace.com/contact/" target="_blank">Preview</a> | <a href="http://savasplace.com/?file_id=4">Download</a> <small>(2.98KB)</small> ( 2959 downloads )
</p>
]]></content:encoded>
			<wfw:commentRss>http://savasplace.com/2009/01/savas-contact-form/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

