<?xml version="1.0" encoding="ISO-8859-1"?>
				<rss version="2.0"><channel><title>PHP RSS Feed</title><link>http://www.giveitsocks.com/</link><description>Feeds Updated daily</description><language>en</language><lastBuildDate>Wed, 07 Jan 2009 05:14:30 GMT</lastBuildDate><generator>GiveItSocks.com</generator><image>
						<url>http://www.giveitsocks.com/images/logo.gif</url>
						<title>GiveItSocks.com</title>
						<link>http://www.giveitsocks.com/</link></image><item><title>Sitemap generator class</title><link>http://www.giveitsocks.com/list-1448-Sitemap-generator-class.html</link><description><![CDATA[This php class will help you generate a sitemap for your website automatically.

// sitemap generator class
class Sitemap&#123;  // constructor receives the list of URLs to include in the sitemap &#160;
  function Sitemap&#40;$items = array&#40;&#41;&#41;&#123; &#160;
  &#160; $this-&#62;_items = $items; &#160;
  &#125; // add a new sitemap item &#160;
  function addItem&#40;$url, $lastmod = &#8221;, $changefreq = [...]]]></description><pubDate>Thu, 21 Feb 2008 10:44:34 GMT</pubDate><date_added>2008-02-26 09:37:28 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1448-Sitemap-generator-class.html</guid></item><item><title>URL rewrite tips and solutions</title><link>http://www.giveitsocks.com/list-1452-URL-rewrite-tips-and-solutions.html</link><description><![CDATA[Due to server setup and having no access to the php.ini file to change your server settings, we will resume to the .htaccess file for rewriting the URL, removing or adding the www. and removing the PHPSESSID from the URL itself to prevent duplicated content into the Search Engines, so here are few tips to [...]]]></description><pubDate>Fri, 07 Dec 2007 11:53:54 GMT</pubDate><date_added>2008-02-26 09:37:28 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1452-URL-rewrite-tips-and-solutions.html</guid></item><item><title>Sanitize input from forms or database with php</title><link>http://www.giveitsocks.com/list-1460-Sanitize-input-from-forms-or-database-with-php.html</link><description><![CDATA[Very often a  website developers has to deal with user input, and if not sanitized properly could break the code or insert malicious code into your database.
By creating customised functions, a website developer&#8217;s job, could be made a lot easier and it&#8217;s very handy for doing updates to your code.
This function is something I designed, and will allow [...]]]></description><pubDate>Thu, 01 Nov 2007 15:42:48 GMT</pubDate><date_added>2008-02-26 09:37:28 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1460-Sanitize-input-from-forms-or-database-with-php.html</guid></item><item><title>PHP create form fields</title><link>http://www.giveitsocks.com/list-1465-PHP-create-form-fields.html</link><description><![CDATA[The other day I was looking for a solution to help me create a form without the hassle to check it again and again for missing arguments or miss-typing.
Because i couldn&#8217;t find any ready made solutions I created this little function that made my life less miserable.
I hope it could be useful to you too.

/* [...]]]></description><pubDate>Fri, 19 Oct 2007 21:22:29 GMT</pubDate><date_added>2008-02-26 09:37:28 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1465-PHP-create-form-fields.html</guid></item><item><title>PHP Image Uploading-Resizing</title><link>http://www.giveitsocks.com/list-1475-PHP-Image-Uploading-Resizing.html</link><description><![CDATA[The other day I was on the look out for a solution to speed up the process of uploading images on the server.
We had the code in place already, and everything was running smooth (resizing, thumbnail creation), but there was just one problem when the user will upload something over 1024 x 800.
It was taking [...]]]></description><pubDate>Thu, 18 Oct 2007 19:21:46 GMT</pubDate><date_added>2008-02-26 09:37:28 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1475-PHP-Image-Uploading-Resizing.html</guid></item><item><title>PHP Friendly SQL Error message</title><link>http://www.giveitsocks.com/list-1477-PHP-Friendly-SQL-Error-message.html</link><description><![CDATA[No matter how much you try there will always be the day when you make a mistake in your sql accessing the database.
Sometimes queries are based on some sort of session which, if it times-out the next query to the database will show an error instead of getting the result expected. Sometimes the query comes [...]]]></description><pubDate>Thu, 18 Oct 2007 19:12:34 GMT</pubDate><date_added>2008-02-26 09:37:28 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1477-PHP-Friendly-SQL-Error-message.html</guid></item><item><title>Debugging Live Website</title><link>http://www.giveitsocks.com/list-1687-Debugging-Live-Website.html</link><description><![CDATA[Debugging a live website it&#8217;s a pain in the neck, especially if you are working on changing database queries.
You can&#8217;t &#8220;echo&#8221; the SQL query to find out how is formatted and why the result are not the right ones, but you CAN &#8220;Email&#8221; it to yourself and check it out when it arrives in your [...]]]></description><pubDate>Thu, 03 Apr 2008 19:15:23 GMT</pubDate><date_added>2008-04-03 20:59:09 GMT</date_added><category><a href='http://www.giveitsocks.com/cat2-PHP.html' title='PHP'>PHP</a></category><author>Louie  Eire Web Design</author><guid>http://www.giveitsocks.com/list-1687-Debugging-Live-Website.html</guid></item></channel></rss>