<?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>Basic PHP Programming</title>
	<atom:link href="http://basicphpprogramming.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://basicphpprogramming.com</link>
	<description>Your guide to basic PHP Programming</description>
	<lastBuildDate>Thu, 29 Mar 2012 20:30:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Email forms.</title>
		<link>http://basicphpprogramming.com/information/email-forms/</link>
		<comments>http://basicphpprogramming.com/information/email-forms/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 14:41:54 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/email-forms/</guid>
		<description><![CDATA[php scripting is not a limited deal. It can create wonderful and secure pages (much more secure than HTML), and so webmasters prefer using it when it comes to online transactions. But aside from making a certain page of your website secure, php can also do lots of things. In fact, you can also make [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/07/12.gif' title='12.gif'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/07/12.gif' alt='12.gif' /></a></p>
<p>php scripting is not a limited deal. It can create wonderful and secure pages (much more secure than HTML), and so webmasters prefer using it when it comes to online transactions. But aside from making a certain page of your website secure, php can also do lots of things. In fact, you can also make an email sender and put it on your website. You can use it and send personal or business related emails, without using the usual web-based clients people use. <a href="http://limesoftware.co.uk/index.php?nav=42&#038;&#038;n=36">Limesoftware</a> has a step by step tutorial on how you can make an email client on your website. What’s more is that you can even make a feedback form so that people can just leave you messages on your website. This can be very beneficial if you have an online business.</p>
<p>Photo taken from http://www.websiteuserguide.com</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/email-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On restricting some users.</title>
		<link>http://basicphpprogramming.com/information/on-restricting-some-users/</link>
		<comments>http://basicphpprogramming.com/information/on-restricting-some-users/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 15:31:50 +0000</pubDate>
		<dc:creator>editor</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/on-restricting-some-users/</guid>
		<description><![CDATA[There are some website owners who wish to restrict the access of their webpage to certain individuals or groups. It is inconceivable since every website owner’s dream is for him or her to have more traffic. Perhaps because some spammers have infiltrated their website, or maybe they have personal reasons. Nevertheless, there is actually a [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/07/12.jpg' title='12.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/07/12.jpg' alt='12.jpg' /></a></p>
<p>There are some website owners who wish to restrict the access of their webpage to certain individuals or groups. It is inconceivable since every website owner’s dream is for him or her to have more traffic. Perhaps because some spammers have infiltrated their website, or maybe they have personal reasons. Nevertheless, there is actually a way to restrict the access of a certain user/s to the website or a certain page in a website. <a href="http://www.roscripts.com/PHP_captcha_script-88.html">Captcha</a> is being used by most webmasters in preventing spammers to send and send information in their website, however, here is the trick to totally ban them from entering your site. The key? IP addresses. Yes, this number sequence means a lot. You can find the coding <a href="http://www.roscripts.com/How_to_restrict_visitor_access_to_your_web_site-122.html">here</a> for your reference.</p>
<p>Photo taken from http://www.css-design-yorkshire.com</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/on-restricting-some-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and your files</title>
		<link>http://basicphpprogramming.com/file-system/php-and-your-files/</link>
		<comments>http://basicphpprogramming.com/file-system/php-and-your-files/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 10:33:49 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[file system]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/php-and-your-files/</guid>
		<description><![CDATA[PHP is like a secretary. Im really liking these analogies Im using (yeah, Im weird that way). Anyway, as I was saying PHP has the ability to interact with your file system. It means that PHP can write and reads into any file in your directories and files that are on your local hard disk [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2007/12/php4.jpg' title='php4.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2007/12/php4.jpg' alt='php4.jpg' /></a><br />
PHP is like a secretary.</p>
<p>Im really liking these analogies Im using (yeah, Im weird that way).  Anyway, as I was saying  PHP has the ability to interact with your file system. It means that PHP can write and reads into any file in your directories and files that are on your local hard disk (or other computers if theyre in a network). Aside from that, if a file doesnt exist, PHP can create that file, directories, and copy files. It can also rename and/or delete files and change their attributes.   If you want to create a back-up then PHP can do it for you. </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/file-system/php-and-your-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Optimized For Windows Server 2008</title>
		<link>http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/</link>
		<comments>http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 05:47:35 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/</guid>
		<description><![CDATA[W00t! PHP specialists from Zend Technologies confirm that the Zend Core, which is a commercially supported form of PHP, can now run on Windows Server 2008. According to the statement, Zend Core has recently been certified as such by by Microsoft (NSDQ: MSFT). Good news is that PHP by Zend is able to support CardSpace. [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/03/microsoft.jpg' title='microsoft.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/03/microsoft.jpg' alt='microsoft.jpg' /></a></p>
<p>W00t! PHP specialists from Zend Technologies confirm that the Zend Core, which is a commercially supported form of PHP, can now run on Windows Server 2008. According to the statement, <strong>Zend Core has recently been certified as such by by Microsoft (NSDQ: MSFT)</strong>.</p>
<p>Good news is that PHP by Zend is able to support CardSpace. This also means that the Mambo Web site content management system and even the WordPress blog publishing system can now be hosted by Windows and Linux servers.</p>
<p>SOURCE: <a href="http://www.informationweek.com/software/showArticle.jhtml?articleID=206901449">Businesswire</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/news/php-optimized-for-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping it Clean</title>
		<link>http://basicphpprogramming.com/basics/keeping-it-clean/</link>
		<comments>http://basicphpprogramming.com/basics/keeping-it-clean/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 12:39:45 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Basics]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=268</guid>
		<description><![CDATA[Many experts say it again and again, to keep your pages consistent so your users do get the feel of professionalism and hard work that was placed into making your page. With the web and design becoming easier and easier it tends to slip the people making them that consistency is one of the factors [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t2.gstatic.com/images?q=tbn:ANd9GcSwbQ4IgiuwOQZ_5TcfRwQy1cyW4zBnrA-Sa8LHWdBZ_Q9BYVIlCA" align=right alt="" />Many experts say it again and again, to keep your pages consistent so your users do get the feel of professionalism and hard work that was placed into making your page. With the web and design becoming easier and easier it tends to slip the people making them that consistency is one of the factors that makes a web page great and one that is sure to keep users coming back.</p>
<p>Inconsistent design makes pages look gaudy and sways possible re-visits from happening. With the incursion of social media and other <a href="http://www.phpprogrammingtips.com">web components</a> such as widgets that clutter up the place it makes for one messy page indeed. Keep it clean and organized, besides you end up having to weave through the clutter in the event of problems as you try to fix them.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/basics/keeping-it-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taming Widgets</title>
		<link>http://basicphpprogramming.com/information/taming-widgets/</link>
		<comments>http://basicphpprogramming.com/information/taming-widgets/#comments</comments>
		<pubDate>Mon, 16 May 2011 12:34:19 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=265</guid>
		<description><![CDATA[Widgets are a good way of getting a page to earn a buck whenever people click on them but with thousands of them around, throwing a couple of hundred on your sidebars will make for a very slow page. Widgets as designed are not supposed to take up too much processing speed out of a [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcTrD63uANh6ZqxzotqqMTuEV0XD8XKPSG9J5IWaYpWwfD5yRNJhS1TDc4Y-HA" align=right alt="" />Widgets are a good way of getting a page to earn a buck whenever people click on them but with thousands of them around, throwing a couple of hundred on your sidebars will make for a very slow page. Widgets as designed are not supposed to take up too much processing speed out of a page but like all the elements of a page, too much of a good thing can be bad for your health, your page’s health that is.</p>
<p>Keep things clean and neat and you could do that with proper cycling of <a href="http://www.opensourcedailyguide.com">widgets</a> should you need to place a lot of them on your page. Remember, a page that’s well thought of and laid out is better than a cluttered one.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/taming-widgets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL Injections</title>
		<link>http://basicphpprogramming.com/programming-language/sql-injections/</link>
		<comments>http://basicphpprogramming.com/programming-language/sql-injections/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 20:45:08 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Programming</b> Language]]></category>
		<category><![CDATA[prevention]]></category>
		<category><![CDATA[sql injection]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=260</guid>
		<description><![CDATA[A SQL injection is a form of security vulnerability that will let a hacker get into the database through the use of vulnerability that he finds in your code. There are many PHP programs that employ MySQL databases as a part of the whole program. By knowing what things can bring a level of vulnerability [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://basicphpprogramming.com/wp-content/uploads/2011/03/sqlinjection.jpg"><img src="http://basicphpprogramming.com/wp-content/uploads/2011/03/sqlinjection-150x150.jpg" alt="" title="sqlinjection" width="150" height="150" class="alignleft size-thumbnail wp-image-261" /></a><br />
A <a href="http://www.tizag.com/mysqlTutorial/mysql-php-sql-injection.php">SQL injection</a> is a form of security vulnerability that will let a hacker get into the database through the use of vulnerability that he finds in your code. There are many PHP programs that employ MySQL databases as a part of the whole program. By knowing what things can bring a level of vulnerability in your program you can make the proper plans on what to avoid and how to make the whole code more secure.<br />
There is a useful SQL injection cheat sheet available online that contains a section where the vulnerabilities of the PHP and MySQL are listed. You can use this cheat sheet to see if you’re breaking anything, which will help in creating a more secure code.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/programming-language/sql-injections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Need Development Help?</title>
		<link>http://basicphpprogramming.com/information/need-development-help/</link>
		<comments>http://basicphpprogramming.com/information/need-development-help/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 10:54:34 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Basics]]></category>
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=263</guid>
		<description><![CDATA[Then you could try Hyperpolyglot.org, a place where most development pages are represented side by side giving you an idea of how they work. One of the most common problems with web development is that some pages are developed using different languages. The site caters to developers who need information on how to best get [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t3.gstatic.com/images?q=tbn:ANd9GcSX7mD09lbXp9E2H5QBThGU4vN5_olIc6j-Woa3iQI2mVpnZYRF" align=right alt="" />Then you could try <a href="http://hyperpolyglot.org/">Hyperpolyglot.org</a>, a place where most development pages are represented side by side giving you an idea of how they work. One of the most common problems with <a href="http://www.basicrubyonrailsprogramming.com">web development</a> is that some pages are developed using different languages. The site caters to developers who need information on how to best get all these development platforms to work together with samples and a forum where you could send in questions and get answers from developers like yourself.<br />
Opens as a reference page that more or less presents most development languages and their kin. Describing similarities as well as differences making for one brief and concise development reference page.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/need-development-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP &amp; MySQL for Dummies</title>
		<link>http://basicphpprogramming.com/news/php-mysql-for-dummies/</link>
		<comments>http://basicphpprogramming.com/news/php-mysql-for-dummies/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 05:52:17 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/news/php-mysql-for-dummies/</guid>
		<description><![CDATA[Research and Markets, in Ireland has recently stated that it would be launching its latest offering of desk references. The “PHP &#038; MySQL Web Development All-in-One Desk Reference for Dummies” can be considered a valuable part of resources for webmasters and programmers who wish to learn more about the two popular open-source databases-PHP and MySQL. [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2008/03/dummies.jpg' title='dummies.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/03/dummies.jpg' alt='dummies.jpg' /></a></p>
<p>Research and Markets, in Ireland has recently stated that it would be launching its latest offering of desk references. The <strong>“PHP &#038; MySQL Web Development All-in-One Desk Reference for Dummies” </strong>can be considered a valuable part of resources for webmasters and programmers who wish to learn more about the two popular open-source databases-PHP and MySQL. The reference is said to be composed of six mini books and will feature easy and understandable tutorials for beginners – which would endear the collection to well, PHP and mySQL dummies!</p>
<p>SOURCE: <a href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&#038;newsId=20080303005623&#038;newsLang=en">Businesswire</a></p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/news/php-mysql-for-dummies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is PHP a Good Choice for a Freelance Programmer?</title>
		<link>http://basicphpprogramming.com/information/is-php-a-good-choice-for-a-freelance-programmer/</link>
		<comments>http://basicphpprogramming.com/information/is-php-a-good-choice-for-a-freelance-programmer/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 16:24:15 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
				<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=257</guid>
		<description><![CDATA[Freelance programming is becoming more and more popular, and many people are trying to find the language that suits them best in order to get into the market as soon as possible. PHP is easily one of the most popular languages in that department, and the number of people writing PHP programs as freelancers can [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://t2.gstatic.com/images?q=tbn:ANd9GcRL9Gt6OITvXGKhDNa4GVQya9VkF2v2ACQSzUEM2qNxMt9tshIphA" align=right alt="" />Freelance programming is becoming more and more popular, and many people are trying to find the language that suits them best in order to get into the market as soon as possible. PHP is easily one of the most popular languages in that department, and the number of people writing PHP programs as <a href="http://www.peopleperhour.com">freelancers</a> can be quite inspiring. However, if you’ve got no experience in it, can it make the right choice for your freelance ventures?</p>
<p>The truth is, PHP is a double-edged knife when it comes to newcomers, though its positives tend to outweigh the negatives. It’s easy to get into and learn the basics, but also leaves a lot to be explored and perfected, creating plenty of opportunities for building your skills. However, perhaps the most important thing to consider about PHP is the database interaction – as a <a href="http://www.peopleperhour.com/find/programmer">freelance programmer</a> offering PHP services, you should be well-acquainted with at least one major database suite, and this creates additional things to learn and master, which can easily make the whole job more daunting.</p>
<p>Then there’s the whole issue with security – something which really deserves its own note, but it’s sufficient to say that any <a href="http://www.peopleperhour.com">freelance PHP programmer</a> worth their salt must have top notch security in their websites, and it’s one of the points where newbies fail most often. Security in Internet applications is a whole philosophy in itself, and you’ll have to dedicate a lot of time to learning that as well – so take this into consideration too.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/is-php-a-good-choice-for-a-freelance-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

