<?xml version="1.0" encoding="iso-8859-1"?>
<!-- Copyright (C) 2001-2008 - TutorialPro.net -->
<rss version="2.0">
	<channel>
	<title>TutorialPro.net - Latest Tutorials for PHP</title>
	<description>PHP has become a standard in web programming and development that allows programmers to create web pages with dynamic content that can interact with different types of databases (primarily native to MySQL). It helps to create more interactive web pages, thus improving the user experience. If you're looking for tutorials in writing your own web scripts or open-source server side scripts, the tutorials in this section can help you.</description>
	<link>http://www.tutorialpro.net/tutorials/php/1</link>
	<language>en-us</language>
	<lastBuildDate>Tue, 06 Jan 2009 20:52:47 -0500</lastBuildDate>
	<pubDate>Tue, 06 Jan 2009 20:52:47 -0500</pubDate>
	<item>
	<title>Doing Simple DB Abstraction in PHP</title>
	<pubDate>Sun, 07 Dec 2008 00:00:00 -0500</pubDate>
	<link>http://www.tutorialpro.net/tutorial/doing-simple-db-abstraction-in-php/2114</link>
	<description><![CDATA[This tutorial explains the need for database abstraction in PHP, and shows how to create your own database API that can be to used with different types of databases. The tutorial uses a PHP PostgreSQL API as an example. ]]></description>
	<guid>http://www.tutorialpro.net/tutorial/doing-simple-db-abstraction-in-php/2114</guid>
	</item>
	<item>
	<title>ODBC Socket Server</title>
	<pubDate>Sun, 07 Dec 2008 00:00:00 -0500</pubDate>
	<link>http://www.tutorialpro.net/tutorial/odbc-socket-server/2113</link>
	<description><![CDATA[One of the most commonly faced dilemmas of system administrators is making dissimilar operating systems and tools work with each other. It is my hope that this article will make those system adminstrators' jobs a little easier when it comes to making Access and PHP work together. ]]></description>
	<guid>http://www.tutorialpro.net/tutorial/odbc-socket-server/2113</guid>
	</item>
	<item>
	<title>Pear Module: HTML_BBCode Parser</title>
	<pubDate>Wed, 03 Dec 2008 00:00:00 -0500</pubDate>
	<link>http://www.tutorialpro.net/tutorial/pear-module-htmlbbcode-parser/2093</link>
	<description><![CDATA[PEAR's HTML_BBCode Parser package is a BBCODE parser. This tutorial will teach you how to use it.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/pear-module-htmlbbcode-parser/2093</guid>
	</item>
	<item>
	<title>Pear Module: HTML_CSS</title>
	<pubDate>Wed, 03 Dec 2008 00:00:00 -0500</pubDate>
	<link>http://www.tutorialpro.net/tutorial/pear-module-htmlcss/2092</link>
	<description><![CDATA[PEAR's HTML_CSS is a CSS Generator which can be used in combination with HTML_Page. This tutorial teaches you how to use HTML_CSS]]></description>
	<guid>http://www.tutorialpro.net/tutorial/pear-module-htmlcss/2092</guid>
	</item>
	<item>
	<title>Implementing Java with PHP</title>
	<pubDate>Wed, 16 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/implementing-java-with-php/2040</link>
	<description><![CDATA[The author notes &quot;The Java extension is an extremely exciting tool. By learning how to use this module, you can extend PHP by the power of all available Java classes. To show you the basics of the Java extension, this article will cover installation and a few code examples of using PHP and Java together.&quot;]]></description>
	<guid>http://www.tutorialpro.net/tutorial/implementing-java-with-php/2040</guid>
	</item>
	<item>
	<title>Creating PDF Files with PHP4</title>
	<pubDate>Wed, 16 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/creating-pdf-files-with-php4/2039</link>
	<description><![CDATA[With this tutorial you will learn how to use the PDF extension in PHP4 to create PDF documents / files. It also puts focus on creating PDF documents with data from a MySQL database.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/creating-pdf-files-with-php4/2039</guid>
	</item>
	<item>
	<title>Mathematical Averages (Rating System)</title>
	<pubDate>Wed, 16 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/mathematical-averages-rating-system/2038</link>
	<description><![CDATA[This lesson shows how to calculate an average of ratings example, given the accumulated total of all ratings and the total number of votes.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/mathematical-averages-rating-system/2038</guid>
	</item>
	<item>
	<title>Switching from VB (Visual Basic) to PHP</title>
	<pubDate>Wed, 16 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/switching-from-vb-visual-basic-to-php/2037</link>
	<description><![CDATA[This article focuses on the switch and or migrating from Visual Basic to PHP. Several examples of this migration are presented when switching from one syntax to another.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/switching-from-vb-visual-basic-to-php/2037</guid>
	</item>
	<item>
	<title>File Processing: Writing to a File</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/file-processing-writing-to-a-file/1978</link>
	<description><![CDATA[It is simple to write data to a file through the use of 2 functions - fwrite() (file write) and fputs() (file put string), although fputs() is an alias to fwrite(). This tutorial will show you how.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/file-processing-writing-to-a-file/1978</guid>
	</item>
	<item>
	<title>Image File Uploads</title>
	<pubDate>Tue, 15 Jul 2008 00:00:00 -0400</pubDate>
	<link>http://www.tutorialpro.net/tutorial/image-file-uploads/1977</link>
	<description><![CDATA[This tutorial teaches you how to upload images into a MySQL database using PHP. Even though it sounds complicated, it is fairly simple and has many practical applications.]]></description>
	<guid>http://www.tutorialpro.net/tutorial/image-file-uploads/1977</guid>
	</item>
</channel>
</rss>