<?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"
	>

<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>
	<pubDate>Sun, 04 Jan 2009 21:10:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>A PHP Upgrade</title>
		<link>http://basicphpprogramming.com/benefits/a-php-upgrade/</link>
		<comments>http://basicphpprogramming.com/benefits/a-php-upgrade/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 03:55:14 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
		
		<category><![CDATA[Benefits]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=114</guid>
		<description><![CDATA[
 Image Source:wallpaperbase.com       
PHP 5.3 was recently released as an update and it features namespaces, PHP archive files, and garbage collection upgrade  for web functionalities, server-side. It is said that the recent upgrade works much better now with Windows. The PHP community has definitely worked very hard on [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.wallpaperbase.com/wallpapers/computer/php/php_1.jpg" alt="" width="480" height="360" /></p>
<p><em> Image Source:wallpaperbase.com       </em></p>
<p>PHP 5.3 was recently released as an update and it features namespaces, PHP archive files, and garbage collection upgrade  for web<a href="http:// phpprogrammingtips.net"> functionalities,</a> server-side. It is said that the recent upgrade works much better now with Windows. The PHP community has definitely worked very hard on creating a better binary pack for Windows PHP. It now includes Microsoft compilers and it will definitely improve performance. There are also other libraries that are highlighted for Windows PHP applications. Garbage collection will surely improve the memory usage. What it will do is avoid certain conditions that could make it prone to memory leakage.Namespaces on the other hand is a functionality that enables PHP code mix and match form different sources.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/benefits/a-php-upgrade/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tags in Php</title>
		<link>http://basicphpprogramming.com/information/tags-in-php/</link>
		<comments>http://basicphpprogramming.com/information/tags-in-php/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 18:02:41 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=111</guid>
		<description><![CDATA[
 Image Source:  blog.bcwelt.de         
Perhaps, we should start from the very basic of Php. To be able to fully understand the harder principles. What are tags? Tags are the starting and ending point of a specific code snippet that belongs to any scripting language. To give [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.bcwelt.de/wp-content/gallery/blogpictures/open-source-php-web-archite.gif" alt="" /></p>
<p><em> Image Source:  blog.bcwelt.de     </em>    </p>
<p>Perhaps, we should start from the very basic of Php. To be able to fully understand the harder principles. What are tags? Tags are the starting and ending point of a specific code snippet that belongs to any scripting language. To give you a simple example, in HTML, we close HTML codes with <html> and </html>.  Much the same with javascript code, which is written like this;  <script language= javascript>, then //all statements here, then closed with </script>. In Asp or <a href="http://basicrubyonrailsprogramming.com">Active Server Pages</a>, it is written this way; <% 'asp code and then end with %>. Most of the languages for programming uses similar types too.  You might  ask yourself, why do these programming need tags, but to be able to understand it, you must have a basic understanding of the process of displaying web page in a browser wether it may be Internet Explorer or Mozilla Firefox. </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/tags-in-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Starting Php</title>
		<link>http://basicphpprogramming.com/information/starting-php/</link>
		<comments>http://basicphpprogramming.com/information/starting-php/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 06:36:57 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<category><![CDATA[basic]]></category>

		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=92</guid>
		<description><![CDATA[Here are some helpful basics on PHP.
  Image Source:zoo.parkingspa.com           
 Begin, at all times, a PHP page with &#8220;.&#8221; and use &#8220;;&#8221;  at the end of a variable. Before manually starting phpmyadmin to make your PHP program run properly, be ready to set [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some helpful basics on PHP.<br />
<img src="http://zoo.parkingspa.com/dspa/hcimages/nonadult/programming-47-phpsql/main.jpg" alt="" /> <em> Image Source:zoo.parkingspa.com       </em>    </p>
<p> Begin, at all times, a PHP page with &#8220;.&#8221; and use &#8220;;&#8221;  at the end of a variable. Before manually starting phpmyadmin to make your PHP program run properly, be ready to set up PHP, PHPTriad first. Next, to enable your php program to function, bring a php page in a .php wing. And lastly, don&#8217;t forget that security is the main requirement in using this type of PHP language. In developing a page with PHP, high level of <a href="http://websecurityreview.net">security</a> is necessary. It is also very important to note that if you really want your program to operate, follow instructions to the letter. With this type of system, accuracy is the key. Programming is not really hard. , nowadays, almost anyone can learn the skill. There are tutorials online that should be boosted by a one&#8217;s interest. Perseverance entails to a learner reading  tutorial lessons and later try out some actual programming.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/starting-php/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Your First PHP Codes</title>
		<link>http://basicphpprogramming.com/information/your-first-php-codes/</link>
		<comments>http://basicphpprogramming.com/information/your-first-php-codes/#comments</comments>
		<pubDate>Mon, 18 Aug 2008 13:04:27 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
		
		<category><![CDATA[Benefits]]></category>

		<category><![CDATA[Info]]></category>

		<category><![CDATA[Information]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Versions]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/?p=94</guid>
		<description><![CDATA[
Image source: www.flickr.com
Why not exhibit some output onto the screen? It is in truth much easier to achieve with PHP. All you have to do is use PHP language construct called echo and we are done. Here&#8217;s how..
Open a blank new file in your editor or notepad and write the below talk about lines in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://basicphpprogramming.com/wp-content/uploads/2008/10/images.jpg"><img src="http://basicphpprogramming.com/wp-content/uploads/2008/10/images.jpg" alt="" title="images" width="145" height="108" class="alignnone size-medium wp-image-95" /></a><br />
Image source: www.flickr.com<br />
Why not exhibit some output onto the screen? It is in truth much easier to achieve with PHP. All you have to do is use PHP language construct called echo and we are done. Here&#8217;s how..<br />
Open a blank new file in your editor or notepad and write the below talk about lines in the file. Then save the file with a .php extension. If you are using notepad as editor then be careful about the file extension. In <a href="http://easyphpprogramming.net">Windows OS </a>the file extensions are often hidden, so you must ensure that file saved has a .php extension.<br />
If that is the exact output on your browser, then it is a success!!! We are on a good start. If you did not see this output, then perhaps PHP was not installed or configured properly. Note that if the PHP file is prompted to be downloaded in your browser, then PHP is not installed or configured properly as the file with .php extension is not being parsed. Please refer to your installation procedure.</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/your-first-php-codes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Where CMS information is stored</title>
		<link>http://basicphpprogramming.com/file-system/where-cms-information-is-stored/</link>
		<comments>http://basicphpprogramming.com/file-system/where-cms-information-is-stored/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 09:07:30 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[file system]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/file-system/where-cms-information-is-stored/</guid>
		<description><![CDATA[
CMS stores the data for building the pages in an Open Source in the MySQL database system provided by PHP. The backend database is where all systems related to  page building are stored: various graphics linked to pages, text, maintaining statistics and managing user login and logout.
Usually, the content in a site is arranged [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fotosearch.com/comp/UNY/UNY634/green-circuit-board_~u10154094.jpg"><img src="http://" alt="circuit board" /></a><br />
CMS stores the data for building the pages in an Open Source in the MySQL database system provided by PHP. The backend database is where all systems related to  page building are stored: various graphics linked to pages, text, maintaining statistics and managing user login and logout.</p>
<p>Usually, the content in a site is arranged while the text in each article is merely piled up, hence, if the site administrator decides to alter the look of the site, he can only update the template. The information stored on the other hand, remains as is, but the manner it is presented becomes different. </p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/file-system/where-cms-information-is-stored/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Versions 4</title>
		<link>http://basicphpprogramming.com/versions/versions-4/</link>
		<comments>http://basicphpprogramming.com/versions/versions-4/#comments</comments>
		<pubDate>Sun, 01 Jun 2008 06:12:21 +0000</pubDate>
		<dc:creator>Bart</dc:creator>
		
		<category><![CDATA[Info]]></category>

		<category><![CDATA[Versions]]></category>

		<category><![CDATA[PHP versions 4]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/versions/versions-4/</guid>
		<description><![CDATA[
Just so you’ll be aware of the different versions of PHP. This post features older versions:
Version 4.1.0 introduced the superglobal arrays. Because of this, there are scripts written in superglobals that will not run in versions prior to this particular version. If you’re using older versions of PHP, then you must use old style arrays [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://basicphpprogramming.com/wp-content/uploads/2007/12/php-booklet.jpg' title='php-booklet.jpg'><img src='http://basicphpprogramming.com/wp-content/uploads/2007/12/php-booklet.jpg' alt='php-booklet.jpg' /></a></p>
<p>Just so you’ll be aware of the different versions of PHP. This post features older versions:</p>
<p><strong>Version 4.1.0</strong> introduced the superglobal arrays. Because of this, there are scripts written in superglobals that will not run in versions prior to this particular version. If you’re using older versions of PHP, then you must use old style arrays such as the $HTTP_POST_VARS.</p>
<p><strong>Version 4.2.0</strong> is a little more complicated. This version of PHP changed the default setting for register_globals to Off. There are scripts developed under previous versions that depend on register_globals that are set to On. These particular scripts may stop running with the 4.2.0 setting. To solve this, change the coding of the scripts so that they can run with this version.</p>
<p>Important improvements were made to the CU version of PHP in <strong>Version 4.3.0.</strong> The CU is built automatically by default when the PHP is complied from source code. If one wishes for it not to be built, then it must be disabled with installation options.</p>
<p>Version <strong>4.3.1 </strong>features a security fix to problems in 4.3.0. </p>
<p>More to come…</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/versions/versions-4/feed/</wfw:commentRss>
		</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>Thu, 29 May 2008 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>
		</item>
		<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 May 2008 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>
		</item>
		<item>
		<title>Create a free SMS counter.</title>
		<link>http://basicphpprogramming.com/information/create-a-free-sms-counter/</link>
		<comments>http://basicphpprogramming.com/information/create-a-free-sms-counter/#comments</comments>
		<pubDate>Thu, 22 May 2008 12:17:02 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/create-a-free-sms-counter/</guid>
		<description><![CDATA[

There are a number of reasons why you would want to have a â€śsend free SMSâ€ť corner on your website. First, you can drive people to visit your site. Talk about traffic (and I hope thatâ€™s enough reason for you to put up a free SMS corner). Second, you can actually use it and send [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href='http://basicphpprogramming.com/wp-content/uploads/2008/07/11.gif' title='11.gif'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/07/11.gif' alt='11.gif' /></a></p>
<p>There are a number of reasons why you would want to have a â€śsend free SMSâ€ť corner on your website. First, you can drive people to visit your site. Talk about traffic (and I hope thatâ€™s enough reason for you to put up a free SMS corner). Second, you can actually use it and send free SMS to your friends. Third, the free SMS counter adds a â€śfriendlyâ€ť aura to your site. Farheen Rehman posted in <a href="http://auroranet.fre3.com/tutorial.php?id=21">Auroranet</a> how people can add SMS boxes in their websites. He even laid everything in a step by step manner, starting with the definitions that most people who donâ€™t have gateway and php scripting skills cannot understand.</p>
<p>Photo taken from http://auroranet.fre3.com</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/create-a-free-sms-counter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Create a game using PHP.</title>
		<link>http://basicphpprogramming.com/information/create-a-game-using-php/</link>
		<comments>http://basicphpprogramming.com/information/create-a-game-using-php/#comments</comments>
		<pubDate>Tue, 20 May 2008 11:29:54 +0000</pubDate>
		<dc:creator>editor</dc:creator>
		
		<category><![CDATA[Information]]></category>

		<guid isPermaLink="false">http://basicphpprogramming.com/uncategorized/create-a-game-using-php/</guid>
		<description><![CDATA[

Who says php programmers canâ€™t be game programmers? Of course they can! But do not expect them to create a Grand Theft Auto kind of game out of php coding. They canâ€™t. All they can make are simple, yet fun games such as quizzes, sudoku and puzzles. LizQuiz is a downloadable snippet, wherein you can [...]]]></description>
			<content:encoded><![CDATA[<p>
<a href='http://basicphpprogramming.com/wp-content/uploads/2008/07/11.png' title='11.png'><img src='http://basicphpprogramming.com/wp-content/uploads/2008/07/11.png' alt='11.png' /></a></p>
<p>Who says php programmers canâ€™t be game programmers? Of course they can! But do not expect them to create a Grand Theft Auto kind of game out of php coding. They canâ€™t. All they can make are simple, yet fun games such as quizzes, sudoku and puzzles. LizQuiz is a downloadable snippet, wherein you can just change the variables you will use for the quiz you are making. You can configure the quiz using an XML file, so you donâ€™t need a database to store your pool of questions. You can even add multiple answers to a single question if the question sees fit. You can get the snippet <a href="http://www.phpbuilder.com/snippet/download.php?type=snippet&#038;id=157">here</a>.</p>
<p>Photo taken from http://www.sliver.com</p>
]]></content:encoded>
			<wfw:commentRss>http://basicphpprogramming.com/information/create-a-game-using-php/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
