<?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>EducationOnlineForComputers.com &#187; PHP</title>
	<atom:link href="http://www.educationonlineforcomputers.com/blogs/post/tag/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.educationonlineforcomputers.com/blogs</link>
	<description>Free Software Training Blogs</description>
	<lastBuildDate>Wed, 09 Mar 2011 05:20:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<item>
		<title>PHP Cheat Sheet</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1212/php-cheat-sheet</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1212/php-cheat-sheet#comments</comments>
		<pubDate>Sat, 04 Apr 2009 03:03:43 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=1212</guid>
		<description><![CDATA[Here is a pretty good PHP Cheat Sheet at addedbytes.com. This PHP Cheat Sheet is a quick guide and reference to the functions used in PHP for file manipulation, regular expression handling and last but not the least, date handling and formatting. (pdf format) Function List: Lists PHP&#8217;s array functions, string functions, file system functions, [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a pretty good <a
 href="http://www.addedbytes.com/download/php-cheat-sheet-v2/pdf/">
<b>PHP Cheat Sheet</b></a> at <a href="http://addedbytes.com" title="http://addedbytes.com" target="_blank">addedbytes.com</a>. This
PHP Cheat Sheet is a
quick guide and reference to the functions used in PHP for file
manipulation, regular expression handling and last but not the least,
date handling and formatting.
(pdf format)<br />
<br />
<br />
<u>Function List:</u><br />
<br />
Lists PHP&#8217;s array functions, string functions, file system functions,
regular expression functions and datetime functions. These functions
are essential for every PHP developer for quick reference and usage. <br />
<br />
<br />
<u>fopen() Modes:</u><br />
<br />
The fopen() modes are used for file manipulation. This section details
out the different modes to create, read and write files and what modes
these files should be opened with. File handling modes are of paramount
importance while handling scripts in PHP. <br />
<br />
<br />
<u>Regular Expression Syntax:</u><br />
<br />
Regular expressions are
commonly used in most programming and scripting languages. The first
step to learning them is to understand the regular expression syntax
and their meaning in PHP. This section of the pdf is a quick reference
to regular expressions. <br />
<br />
<br />
<u>PCRE Modifiers:</u><br />
<br />
While on the topic of Regular
Expressions, it is important to note that PHP uses Perl Compatible
Regular Expressions, or PRCE functions to split and replace
expressions. This section helps explain PRCE better, giving an insight
into its intricacies.
<br />
<br />
<br />
<u>Date Formatting:</u><br />
<br />
All programming and scripting languages deal with date formatting at
some point or the other. This section deals with a whole range of date
formatting options in PHP.<br /><br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=1212&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1212/php-cheat-sheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Programming and PHP Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1151/web-programming-and-php-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1151/web-programming-and-php-tutorials#comments</comments>
		<pubDate>Sat, 28 Mar 2009 06:38:43 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.educationonlineforcomputers.com/blogs/?p=1151</guid>
		<description><![CDATA[Here are two recent Web Programming Tutorials posts that I&#8217;ve recently published at our other blog tutorial site, intelligentedu.com/blogs. 51 Web Development Tutorials Here are 51 Web Development Tutorials at devhood.mit.edu.&#160;The web development topics covered by these tutorials are vast and varied, and include HTML, DHTML, CSS, CGI, ASP, PHP, Perl, Java, Javascript and XML. [...]]]></description>
			<content:encoded><![CDATA[<p>Here are two recent <b>Web Programming Tutorials posts</b>
that I&#8217;ve recently published at our other blog tutorial site, <a
 href="http://www.intelligentedu.com/blogs/">intelligentedu.com/blogs</a>.<br />
<br />
<br />
<a title="Permanent Link: 51 Web Development Tutorials"
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/4141/51-web-development-tutorials"
 rel="bookmark">51 Web Development Tutorials</a><br />
<br />
Here are <a title="tutorials"
 href="http://devhood.mit.edu/tutorials/tutorial_sub.aspx?sort=6&amp;order=desc&amp;page_number=1&amp;category_id=6">51
Web Development Tutorials</a> at <a title="devhood.mit.edu"
 href="http://devhood.mit.edu/">
</a>devhood.mit.edu.&nbsp;The web development topics covered
by these tutorials are vast and varied, and include HTML, DHTML,
CSS, CGI, ASP, PHP, Perl, Java, Javascript and XML.
Each of these topic has multiple, easy-to-understand tutorials, and
they should get you up to speed in no time.
<br />
<br />
<br />
<a title="Permanent Link: 8 PHP Tutorials"
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/4171/8-php-tutorials"
 rel="bookmark">8 PHP Tutorials</a><br />
<br />
Posted here are 8 good <a href="http://www.bukisa.com/search?q=PHP">
PHP Tutorials</a> at <a href="http://bukisa.com" title="http://bukisa.com" target="_blank">bukisa.com</a>. PHP is a
scripting language for designing and generating web pages and its
freely available on most web servers. These PHP tutorials explain
various concepts of PHP and how to get started with coding this
scripting language.
<br />
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=1151&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/1151/web-programming-and-php-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Practical PHP Programming Book</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/983/practical-php-programming-book-2</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/983/practical-php-programming-book-2#comments</comments>
		<pubDate>Sun, 23 Nov 2008 02:56:17 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have posted information about a great Free PHP Programming Book on our other free computer training blog at intelligentedu.com. If you need or are looking for instruction with coding PHP on your web pages, here is Practical PHP Programming, a free online book covering how to program using PHP. The objective of this PHP [...]]]></description>
			<content:encoded><![CDATA[<p>I have posted information about a great <b><a
 title="Permanent Link: Free PHP Programming Book"
 href="http://www.intelligentedu.com/blogs/post/free_computer_books/3986/free-php-programming-book"
 rel="bookmark">Free PHP Programming Book</a> </b>on
our other <a href="http://www.intelligentedu.com/blogs">free
computer training blog</a> at <a href="http://intelligentedu.com" title="http://intelligentedu.com" target="_blank">intelligentedu.com</a>. If you need or
are looking for instruction with coding PHP on your web pages, here is <a
 href="http://hudzilla.org/phpwiki/index.php?title=Main_Page"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Main_Page');">Practical
PHP Programming</a>,
a free online book covering how to program using PHP. The objective of
this PHP book is to have fun while you learn how to program web pages
and sites using PHP, even if you have not coded with PHP
before.&nbsp;<br />
<u><br />
</u><br />
<u>Table of Contents of Practical PHP Programming:</u>
<ol>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Introducing_PHP

Introducing PHP"
 href="http://hudzilla.org/phpwiki/index.php?title=Introducing_PHP"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Introducing_PHP');">Introducing
PHP</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Simple_variables_and_operators

Simple variables and operators"
 href="http://hudzilla.org/phpwiki/index.php?title=Simple_variables_and_operators"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Simple_variables_and_operators');">Simple
variables and operators</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Functions

Functions"
 href="http://hudzilla.org/phpwiki/index.php?title=Functions"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Functions');">Functions</a>
  </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Arrays

Arrays"
 href="http://hudzilla.org/phpwiki/index.php?title=Arrays"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Arrays');">Arrays</a>
  </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Object-oriented_programming

Object-oriented programming"
 href="http://hudzilla.org/phpwiki/index.php?title=Object-oriented_programming"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Object-oriented_programming');">Object-oriented
programming</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=HTML_forms

HTML forms"
 href="http://hudzilla.org/phpwiki/index.php?title=HTML_forms"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=HTML_forms');">HTML
forms</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Working_with_files

Working with files"
 href="http://hudzilla.org/phpwiki/index.php?title=Working_with_files"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Working_with_files');">Working
with files</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Databases

Databases"
 href="http://hudzilla.org/phpwiki/index.php?title=Databases"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Databases');">Databases</a>
  </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Cookies_and_sessions

Cookies and sessions"
 href="http://hudzilla.org/phpwiki/index.php?title=Cookies_and_sessions"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Cookies_and_sessions');">Cookies
and sessions</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Multimedia

Multimedia"
 href="http://hudzilla.org/phpwiki/index.php?title=Multimedia"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Multimedia');">Multimedia</a>
  </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=XML_and_XSLT

XML and XSLT"
 href="http://hudzilla.org/phpwiki/index.php?title=XML_and_XSLT"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=XML_and_XSLT');">XML
and XSLT</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Output_buffering

Output buffering"
 href="http://hudzilla.org/phpwiki/index.php?title=Output_buffering"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Output_buffering');">Output
buffering</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Java_and_COM

Java and COM"
 href="http://hudzilla.org/phpwiki/index.php?title=Java_and_COM"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Java_and_COM');">Java
and COM</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Networks

Networks"
 href="http://hudzilla.org/phpwiki/index.php?title=Networks"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Networks');">Networks</a>
  </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Miscellaneous_topics

Miscellaneous topics"
 href="http://hudzilla.org/phpwiki/index.php?title=Miscellaneous_topics"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Miscellaneous_topics');">Miscellaneous
topics</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Security_concerns

Security concerns"
 href="http://hudzilla.org/phpwiki/index.php?title=Security_concerns"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Security_concerns');">Security
concerns</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Performance

Performance"
 href="http://hudzilla.org/phpwiki/index.php?title=Performance"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Performance');">Performance</a>
  </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Writing_PHP

Writing PHP"
 href="http://hudzilla.org/phpwiki/index.php?title=Writing_PHP"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Writing_PHP');">Writing
PHP</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Writing_extensions

Writing extensions"
 href="http://hudzilla.org/phpwiki/index.php?title=Writing_extensions"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Writing_extensions');">Writing
extensions</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Alternative_PHP_uses

Alternative PHP uses"
 href="http://hudzilla.org/phpwiki/index.php?title=Alternative_PHP_uses"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Alternative_PHP_uses');">Alternative
PHP uses</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Practical_PHP

Practical PHP"
 href="http://hudzilla.org/phpwiki/index.php?title=Practical_PHP"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Practical_PHP');">Practical
PHP</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Bringing_it_to_a_close

Bringing it to a close"
 href="http://hudzilla.org/phpwiki/index.php?title=Bringing_it_to_a_close"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Bringing_it_to_a_close');">Bringing
it to a close</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=The_future_of_PHP

The future of PHP"
 href="http://hudzilla.org/phpwiki/index.php?title=The_future_of_PHP"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=The_future_of_PHP');">The
future of PHP</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Choosing_an_ISP

Choosing an ISP"
 href="http://hudzilla.org/phpwiki/index.php?title=Choosing_an_ISP"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Choosing_an_ISP');">Choosing
an ISP</a> </li>
  <li><a
 title="http://hudzilla.org/phpwiki/index.php?title=Glossary

Glossary"
 href="http://hudzilla.org/phpwiki/index.php?title=Glossary"
 onclick="javascript:urchinTracker('/outbound/hudzilla.org/phpwiki/index.php?title=Glossary');">Glossary</a>&nbsp;</li>
</ol><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=983&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/983/practical-php-programming-book-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Essentials Online Book</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/899/php-essentials-online-book</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/899/php-essentials-online-book#comments</comments>
		<pubDate>Tue, 27 May 2008 00:55:49 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here is Techtopia&#8217;s well written online book,&#160;PHP Essentials. This comprehensive online PHP book will show and teach you all the aspects and topics of PHP that you need to know for developing compelling web pages and web sites. It will help both new PHP programmers get up-to-speed with PHP, and also those who need a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is Techtopia&#8217;s well written online book,&nbsp;<b><a
 href="http://www.techotopia.com/index.php/PHP_Essentials">PHP
Essentials</a></b>. This comprehensive online PHP book will
show and teach you all the aspects and topics of PHP that you need to
know for developing compelling web pages and web sites. It will help both new PHP programmers get up-to-speed with PHP, and also those who need a refresher with any of the topics presented. <p>PHP Essentials
gives a high level overview of how PHP works and why it is so useful to
web developers. It then teaches each PHP topic in detail, from the
basics of the scripting language through to object oriented
programming, file and filesystem handling and MySQL and SQLite database
access. Also, it provides chapters that show how to work
with&nbsp;HTML based forms and maintain state using cookies and PHP
sessions. All PHP topics are accompanied by real world
examples&nbsp;that are intended to bring PHP theory to life.<br />
<br />
<br />
<u>Table of Contents of PHP Essentials</u>:<br />
<br />
<ol>
  <li> <a
 href="http://www.techotopia.com/index.php/About_PHP_Essentials"
 title="About PHP Essentials">About PHP Essentials</a>
    <ul>
      <li> Intended Audience
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/The_History_of_PHP"
 title="The History of PHP">The History of PHP</a>
    <ul>
      <li> The Creation of PHP
      </li>
      <li> PHP 3 Hits the Big Time
      </li>
      <li> PHP 4 &#8211; Optimization, Scalabilty and More
      </li>
      <li> PHP 5 &#8211; Object Orientation, Error Handling and XML
      </li>
      <li> How Popular is PHP?
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/An_Overview_of_PHP"
 title="An Overview of PHP">An Overview of PHP</a>
    <ul>
      <li> What Exactly is PHP?
      </li>
      <li> How Does PHP Work?
      </li>
      <li> Why is PHP so Useful?
      </li>
      <li> Summary
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Creating_a_Simple_PHP_Script"
 title="Creating a Simple PHP Script">Creating a Simple PHP
Script</a>
    <ul>
      <li> The PHP Code Delimiters
      </li>
      <li> Testing the PHP Installation
      </li>
      <li> Emdedding PHP into an HTML File
      </li>
      <li> Embedding HTML into a PHP Script
      </li>
      <li> Summary
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Commenting_PHP_Code"
 title="Commenting PHP Code">Commenting PHP Code</a>
    <ul>
      <li> PHP Single Line Comments
      </li>
      <li> PHP Multi-line Comments
      </li>
      <li> Summary
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/An_Introduction_to_PHP_Variables"
 title="An Introduction to PHP Variables">An Introduction to
PHP Variables</a>
    <ul>
      <li> Naming and Creating a Variable in PHP
      </li>
      <li> Assigning a Value to a PHP Variable
      </li>
      <li> Accessing PHP Variable Values
      </li>
      <li> Changing the Type of a PHP Variable
      </li>
      <li> Checking Whether a Variable is Set
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Understanding_PHP_Variable_Types"
 title="Understanding PHP Variable Types">Understanding PHP
Variable Types</a>
    <ul>
      <li> The PHP Integer Variable Type
      </li>
      <li> The PHP Float Variable Type
      </li>
      <li> The PHP Boolean Variable Type
      </li>
      <li> The PHP String Variable
      </li>
      <li> Extracting and Writing String Fragments
      </li>
      <li> Creating PHP heredoc Strings
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_Constants"
 title="PHP Constants">PHP Constants</a>
    <ul>
      <li> Defining a PHP Constant
      </li>
      <li> Checking if a PHP Constant is Defined
      </li>
      <li> Using a Variable as a Constant Name
      </li>
      <li> Predefined PHP Constants
      </li>
      <li> PHP Script and Environment Related Constants
      </li>
      <li> PHP Mathematical Constants
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_Operators"
 title="PHP Operators">PHP Operators</a>
    <ul>
      <li> PHP Assignment Operators
      </li>
      <li> PHP Arithmetic Operators
      </li>
      <li> PHP Comparison Operators
      </li>
      <li> PHP Logical Operators
      </li>
      <li> PHP Increment and Decrement Operators
      </li>
      <li> PHP String Concatenation Operator
      </li>
      <li> Concatenation of Numbers and Strings in PHP
      </li>
      <li> PHP Execution Operator &#8211; Executing Server Side Commands
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_Flow_Control_and_Looping"
 title="PHP Flow Control and Looping">PHP Flow Control and
Looping</a>
    <ul>
      <li> PHP Conditional Statements
      </li>
      <li> The PHP if Statement
      </li>
      <li> The PHP if &#8230; else Statements
      </li>
      <li> PHP Looping Statements
      </li>
      <li> PHP for loops
      </li>
      <li> PHP while loops
      </li>
      <li> PHP do &#8230; while loops
      </li>
      <li> PHP switch Statements
      </li>
      <li> Breaking a Loop
      </li>
      <li> Breaking Out of Nested Loops
      </li>
      <li> Skipping Statements in Current Loop Iteration
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_Functions"
 title="PHP Functions">PHP Functions</a>
    <ul>
      <li> What is a PHP Function?
      </li>
      <li> How to Write a PHP Function
      </li>
      <li> Returning a Value from a PHP Function
      </li>
      <li> Passing Parameters to a PHP Function
      </li>
      <li> Calling PHP Functions
      </li>
      <li> Passing Parameters By Reference
      </li>
      <li> Returning Values By Reference
      </li>
      <li> Functions and Variable Scope
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_Arrays"
 title="PHP Arrays">PHP Arrays</a>
    <ul>
      <li> How to Create a PHP Array
      </li>
      <li> Accessing Elements in a PHP Array
      </li>
      <li> Creating an Associative Array
      </li>
      <li> Accessing Elements of an Associative Array
      </li>
      <li> Accessing Elements in a Multidimensional PHP Array
      </li>
      <li> Using PHP Array Pointers
      </li>
      <li> Changing, Adding and Removing PHP Array Elements
      </li>
      <li> Looping through PHP Array Elements
      </li>
      <li> Replacing Sections of an Array
      </li>
      <li> Sorting a PHP Array
      </li>
      <li> Sorting Associative Arrays
      </li>
      <li> Getting Information About PHP Arrays &amp; other
Array Functions
      </li>
      <li> Summary
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Working_with_Strings_and_Text_in_PHP"
 title="Working with Strings and Text in PHP">Working with
Strings and Text in PHP</a>
    <ul>
      <li> Changing the Case of a PHP String
      </li>
      <li> Converting to and from ASCII Values
      </li>
      <li> Printing Formatted Strings in PHP
      </li>
      <li> PHP printf formatting specifiers
      </li>
      <li> Finding the Length of a PHP String
      </li>
      <li> Converting a String into a PHP Array
      </li>
      <li> Removing Leading and Trailing Whitespace from a PHP
String
      </li>
      <li> Comparing Strings in PHP
      </li>
      <li> String Comparison Functions Return Value
      </li>
      <li> Accessing and Modifiying Characters in String
      </li>
      <li> Searching for Characters and Substrings in a PHP String
      </li>
      <li> Extracting and Replacing Substrings in PHP
      </li>
      <li> Replacing All Instances of a Word in a PHP String
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP%2C_Filesystems_and_File_I/O"
 title="PHP, Filesystems and File I/O">PHP, Filesystems and
File I/O</a>
    <ul>
      <li> Opening and Creating Files in PHP
      </li>
      <li> Closing Files in PHP
      </li>
      <li> Writing to a File using PHP
      </li>
      <li> Reading From a File using PHP
      </li>
      <li> Checking Whether a File Exists
      </li>
      <li> Moving, Copying and Deleting Files with PHP
      </li>
      <li> Accessing File Attributes
      </li>
      <li> PHP Output Buffering
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Working_with_Directories_in_PHP"
 title="Working with Directories in PHP">Working with
Directories in PHP</a>
    <ul>
      <li> Creating Directories in PHP
      </li>
      <li> Deleting a Directory
      </li>
      <li> Finding and Changing the Current Working Directory
      </li>
      <li> Listing Files in a Directory
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/An_Overview_of_HTML_Forms"
 title="An Overview of HTML Forms">An Overview of HTML Forms</a>
    <ul>
      <li> Creating HTML Forms
      </li>
      <li> HTML Text Object
      </li>
      <li> HTML TextArea Object
      </li>
      <li> The HTML Button Object
      </li>
      <li> HTML Check Boxes
      </li>
      <li> HTML Radio Buttons
      </li>
      <li> HTML Drop-down / Select Object
      </li>
      <li> HTML Password Object
      </li>
      <li> Summary
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_and_HTML_Forms"
 title="PHP and HTML Forms">PHP and HTML Forms</a>
    <ul>
      <li> Creating the Form
      </li>
      <li> Processing Form Data Using PHP
      </li>
      <li> Processing Multiple Selections with PHP
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_and_Cookies_-_Creating%2C_Reading_and_Writing"
 title="PHP and Cookies - Creating, Reading and Writing">PHP
and Cookies &#8211; Creating, Reading and Writing</a>
    <ul>
      <li> The Difference Between Cookies and PHP Sessions
      </li>
      <li> The Structure of a Cookie
      </li>
      <li> Cookie Name / Value Pair
      </li>
      <li> Cookie Expiration Setting
      </li>
      <li> Cookie path Setting
      </li>
      <li> Cookie domain Setting
      </li>
      <li> Cookie Security Setting
      </li>
      <li> Creating a Cookie in PHP
      </li>
      <li> Reading a Cookie in PHP
      </li>
      <li> Deleting a Cookie
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Understanding_PHP_Sessions"
 title="Understanding PHP Sessions">Understanding PHP Sessions</a>
    <ul>
      <li> What is a PHP Session?
      </li>
      <li> Creating a PHP Session
      </li>
      <li> Creating and Reading PHP Session Variables
      </li>
      <li> Writing PHP Session Data to a File
      </li>
      <li> Reading a Saved PHP Session
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/PHP_Object_Oriented_Programming"
 title="PHP Object Oriented Programming">PHP Object Oriented
Programming</a>
    <ul>
      <li> What is an Object?
      </li>
      <li> What is a Class?
      </li>
      <li> How is an Object Created from a Class?
      </li>
      <li> What is sub-classing?
      </li>
      <li> Defining a PHP Class
      </li>
      <li> PHP Class Constructors and Destructors
      </li>
      <li> Creating Members in a PHP Class
      </li>
      <li> Defining and Calling Methods
      </li>
      <li> Subclassing in PHP
      </li>
      <li> PHP Object Serialization
      </li>
      <li> Getting Information about a PHP Object
      </li>
    </ul>
  </li>
  <li> <a
 href="http://www.techotopia.com/index.php/Using_PHP_with_MySQL"
 title="Using PHP with MySQL">Using PHP with MySQL</a>
    <ul>
      <li> Creating a MySQL User Account
      </li>
      <li> Creating and Select MySQL Database
      </li>
      <li> Creating a MySQL Database Table
      </li>
      <li> Inserting Data into a MySQL Database Table
      </li>
      <li> Connecting with PHP to a MySQL Server
      </li>
      <li> Selecting Records from a MySQL Database Using PHP
      </li>
      <li> Adding Records to MySQL Database using PHP
      </li>
      <li> Modifying and Deleting MySQL Records using PHP
      </li>
      <li> Using PHP to get Information about a MySQL Database
      </li>
      <li> Summary
      </li>
    </ul>
  </li>
  <li><a
 href="http://www.techotopia.com/index.php/PHP_and_SQLite"
 title="PHP and SQLite">PHP and SQLite</a>
    <ul>
      <li> Creating an SQLite Database with PHP
      </li>
      <li> Using PHP to Add Records to an SQLite Database
      </li>
      <li> Using PHP to Select Records from an SQLite Database
      </li>
    </ul>
  </li>
</ol>
<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=899&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/899/php-essentials-online-book/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 PHP Tutorials and an XML Tutorial</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/875/3-php-tutorials-and-an-xml-tutorial</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/875/3-php-tutorials-and-an-xml-tutorial#comments</comments>
		<pubDate>Sat, 19 Apr 2008 03:02:47 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here are 3 PHP Scripting Tutorials, from&#160; nicetutz.blogspot.com, along with an XML Tutorial. These tutorials will show and teach you how to get started with scripting PHP into your web pages to give them user friendly features and interactivity. You can use PHP in your web sites to give them interactivity such as the following:&#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Here are <b><a
 href="http://nicetutz.blogspot.com/2008/02/php-tutorials.html">3
PHP Scripting Tutorials</a></b>, from&nbsp;
<a href="http://nicetutz.blogspot.com" title="http://nicetutz.blogspot.com" target="_blank">nicetutz.blogspot.com</a>, along with an <b>XML Tutorial</b>.
These tutorials will show and teach you how to get started with
scripting PHP into your web pages to give them user friendly features
and interactivity.<br />
<br />
You can use PHP in your web sites to give them interactivity such as
the following:&nbsp;<br />
&nbsp;- Sending feedback from your website directly to your mailbox<br />
&nbsp;- Sending email with attachments<br />
&nbsp;- Uploading files to a web page<br />
&nbsp;- Watermarking images<br />
&nbsp;- Generating thumbnails from larger images<br />
&nbsp;- Displaying and updating information dynamically<br />
&nbsp;- Using a database to display and store information<br />
&nbsp;- Making websites searchable<br />
<br />
<br />
<b><u><a
 href="http://nicetutz.blogspot.com/2008/02/what-is-php-and-why-should-i-care.html"><u>What
is PHP and Why Should I Care?</u></a></u></b><br />
<br />
This introductory tutorial informs you about what PHP is and what it
can do for your web pages.<br />
<br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/embracing-power-of-code.html">Embracing
the Power of Code</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/how-hard-is-php-to-use-and-learn.html">How
Hard is PHP to Use and Learn?</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/how-safe-is-php.html">How
Safe is PHP?</a><br />
<br />
<br />
<b><u><a
 href="http://nicetutz.blogspot.com/2008/02/basics-of-object-oriented-programming.html"><u>Basics
of Object Oriented Programming</u></a></u></b><br />
<br />
This Object Oriented Programming (OOP) tutorial provides an
overview of what OOP is with a view toward using PHP effectively. It
goes over
three concepts of object orientation in these tutorials: class, access
modifiers, and inheritance.<br />
<br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/class.html">Class</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/objects-need-access-modifiers.html">Objects
Need Access Modifiers</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/object-reuse-and-inheritance.html">Object
Reuse and Inheritance</a><br />
<br />
<br />
<b><u><a
 href="http://nicetutz.blogspot.com/2008/02/object-oriented-features-new-to-php-5.html"><u>Object
Oriented Features New to PHP 5</u></a></u></b><br />
<br />
In this PHP tutorial, learn how to use the new Object Oriented features
in PHP 5. Support for objects has been add into PHP, so you can choose
to use objects or simply use procedural programming. That PHP is
a hybrid language should be viewed as something positive, not as a
disadvantage.<br />
<br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/access-modifiers.html">Access
Modifiers</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/built-in-classes.html">Built
in Classes</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/backward-compatibility.html">Backward
Compatibility</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/where-to-go-from-here.html">Where
to Go from Here</a><br />
<br />
<br />
<b><u><a
 href="http://nicetutz.blogspot.com/2008/02/introduction-to-xml-and-web-services.html"><u>Introduction
to XML and Web Services</u></a></u></b><br />
<br />
The
Extensible Markup Language (XML) is a simple, platform-independent
standard for describing data within a structured format. It allows data
to be tagged using
descriptive names so both humans and computer applications can
understand the meaning of different pieces of data.<br />
<br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/exploring-history-of-xml.html">Exploring
History of XML</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/using-xml-in-real-world.html">Using
XML in the Real World</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/introducing-service-oriented.html">Introducing
Service Oriented Architecture and Web Services</a><br />
&nbsp;- <a
 href="http://nicetutz.blogspot.com/2008/02/defining-common-terms-and-acronyms.html">Defining
Common Terms and Acronyms</a><br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=875&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/875/3-php-tutorials-and-an-xml-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>18 PHP and MySQL Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/855/18-php-and-mysql-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/855/18-php-and-mysql-tutorials#comments</comments>
		<pubDate>Wed, 19 Mar 2008 00:57:53 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here are 18 PHP and MySQL Tutorials, from brainbell.com. These will teach you how use PHP and MySQL, along with showing you how to use both of these web development technologies together. Database Applications and the Web With the growth of the Web over the past decade, there has been a similar growth in services [...]]]></description>
			<content:encoded><![CDATA[<p>Here are <b><a
 href="http://www.brainbell.com/tutors/php/php_mysql/">18 PHP
and MySQL Tutorials</a></b>,
from <a href="http://brainbell.com" title="http://brainbell.com" target="_blank">brainbell.com</a>. These will teach you how use PHP and MySQL, along
with showing you how to use both of these web development technologies
together.<br />
<br />
<br />
<b><a title="Database Applications and the Web"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Database_Applications_and_the_Web.html">
Database Applications and the Web</a></b><br />
With the growth of the Web over the past decade, there has been a
similar growth in services that are accessible over the Web. Many new
services are&#8230; <br />
<br />
<b><a title="PHP Language Qualities"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_PHP.html">PHP</a></b><br />
PHP is similar to high-level languages such as C, Perl, Pascal,
FORTRAN, and Java, and programmers who have experience with&#8230; <br />
<br />
<b><a title="MySQL and SQL"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_MySQL_and_SQL.html">MySQL
and SQL</a></b><br />
In this tutorial, we introduce the MySQL database management system
(DBMS) and the SQL database query language for defining and&#8230; <br />
<br />
<b><a title="Querying Web Databases"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Querying_Web_Databases.html">Querying
Web Databases</a></b><br />
This tutorial is the first of six that introduce practical web database
application development. In this tutorial, we introduce the basics of
connecting to the MySQL DBMS with PHP&#8230;<br />
<br />
<b><a title="User-Driven Querying"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_User_Driven_Querying.html">User-Driven
Querying</a></b><br />
We focus here on user-driven querying, in which the user provides data
that controls the query process&#8230;<br />
<br />
<b><a title="Writing to Web Databases"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Writing_to_Web_Databases.html">Writing
to Web Databases</a></b><br />
Writing data in web database applications requires different techniques
than reading data. Issues of transactions and concurrency become
important, and we introduce these issues and the principles of dealing
with them in this tutorial&#8230;<br />
<br />
<b><a title="Validation on the Server and Client"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Validation_on_the_Server_and_Client.html">Validation
on the Server and Client</a></b><br />
Validation is essential to web database applications. Ensuring that
data meets user and system requirements is important, but ensuring that
the&#8230; <br />
<br />
<b><a title="Sessions"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Sessions.html">Sessions</a></b><br />
In this tutorial we will discuss how sessions are managed, Introduce
cookies, configure PHP session management library, PHP session
management&#8230;<br />
<br />
<b><a title="Authentication and Security"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Authentication_and_Security.html">Authentication
and Security</a></b><br />
There are many database applications in which restrictions need to be
applied to control user access. Some applications deal with sensitive
&#8230; <br />
<br />
<b><a title="Winestore Customer Management"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Winestore_Customer_Management.html">Winestore
Customer Management</a></b><br />
This tutorial is the first of four that outline the case study
winestore application. It contains an overview of the complete
application, as well&#8230; <br />
<br />
<b><a title="Shopping Cart"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_The_Winestore_Shopping_Cart.html">Shopping
Cart</a></b><br />
In this tutorial, we introduce the shopping cart developed for the
online winestore. The shopping cart is typical of those used in online
stores: the user can add items to the cart and manage the quantities of
the different items. The solution we outline is scalable and practical.<br />
<br />
<b><a title="Ordering and Shipping at the Winestore"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Ordering_and_Shipping_at_the_Winestore.html">Ordering
and Shipping at the Winestore</a></b><br />
We complete our description of the shopping components of the winestore
by outlining the ordering and shipping modules in this tutorial&#8230;<br />
<br />
<b><a title="Related Topics"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Related_Topics.html">Related
Topics</a></b><br />
This tutorial completes our outline of the online winestore. We present
here the completed searching and browsing module, and two related
topics in web database applications<br />
<br />
<b><a title="Installation Guide"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Installation_Guide.html">Installation
Guide</a></b><br />
This tutorial is a guide to installing the software used. The first
section presents the steps to install and configure MySQL, Apache&#8230;<br />
<br />
<b><a title="Internet and Web Protocols"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Internet_and_Web_Protocols.html">Internet
and Web Protocols</a></b><br />
In this tutorial, we introduce the networking protocols and standards
of the Internet. The first part give a brief overview of the networking
protocol TCP/IP and its basic principles. The second, larger part of
this appendix is a discussion of HTTP&#8230;<br />
<br />
<b><a title="Modeling and Designing Relational Databases"
 href="http://www.brainbell.com/tutors/php/php_mysql/TOC_Modeling_and_Designing_Relational_Databases.html">Modeling
and Designing Relational Databases</a></b><br />
Relational database management systems, or RDBMSs, maintain, enforce,
and use relationships between data.<br />
<br />
<a href="http://www.brainbell.com/tutorials/php/TOC_oop.html"
 title="PHP: Object Oriented Programming"><b>Object
Oriented Programming in PHP</b></a><br />
One of the key features of object-oriented programming (OOP) is the
ability to create new data types in which the data and the
implementation of operations are bound together&#8230;
<br />
<br />
<a href="http://www.brainbell.com/tutorials/php/TOC_Regex.html"
 title="PHP: Regular Expressions"><b>Regular Expressions</b></a><br />
Regular expressions enables to find and extract more complicated pieces
of information in a strings and do this in a multiple-byte character
set environment &#8230;<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=855&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/855/18-php-and-mysql-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Many PHP Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/766/many-php-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/766/many-php-tutorials#comments</comments>
		<pubDate>Wed, 03 Oct 2007 05:45:35 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Clever Tutorials offers the following&#160;large selection of&#160;PHP Tutorials gathered from several of the better web development tutorial sites on the web.&#160; These cover several areas of PHP scripting and web development, including passwords, logins, content management, cookies, database integration, dates, email, file manipulation, forms, image handling, security, and user statistics. PHP Tutorials: Basics PHP Weather [...]]]></description>
			<content:encoded><![CDATA[<p>Clever Tutorials offers the following&nbsp;large
selection of&nbsp;<b><a
 href="http://clevertutorials.com/category/PHP">PHP Tutorials</a></b>
gathered from several of the better web development tutorial sites on
the web.&nbsp; These cover several areas of PHP scripting and web
development, including passwords, logins, content management, cookies,
database integration, dates, email, file manipulation, forms, image
handling, security, and user statistics.<br /><br /><br />
<u>PHP Tutorials</u>:<br /><br />
<b><a href="http://clevertutorials.com/tutorials/PHP/Basics">Basics</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/791">PHP Weather</a>
<br />Create a weather widget and show your current weather.
<br /><br /> <a href="http://clevertutorials.com/go/760">How
to execute PHP using CRON</a> <br />This will allow you to
set up a schedule to execute PHP scripts. Works with most shared
hosting plans as well.
<br /><br /> <a href="http://clevertutorials.com/go/534">PHP
- The Ultimate Basics</a> <br />This
tutorial will teach everything you need to get you on your way to
learning PHP. You can learn exactly how it works, how data is sent, as
well as a detailed explanation of some of the most commonly used
functions.
<br /><br /> <a href="http://clevertutorials.com/go/361">Generating
random passwords</a> <br />The tutorial will teach us how to
generate a random password every time the function is called.
<br /><br /> <a href="http://clevertutorials.com/go/333">&#8220;Header
Already Sent&#8221; Error</a> <br />Learn how to avoid &#8220;Header
already sent&#8221; error and some other common use of Header() function.
<br /><br /> <a href="http://clevertutorials.com/go/292">Include/SSI</a>
<br />Learn how to use the include() function using the power of
PHP.
<br /><br /> <a href="http://clevertutorials.com/go/242">Introduction
to PHP</a> <br />An Introduction to the basics of PHP for a
beginnner.
<br /><br /> <a href="http://clevertutorials.com/go/117">PHP
Simple Login Script</a> <br />Learn to create a simple login
system with php &amp; mysql script, this tutorial easy to follow,
teach you step by step.
<br /><br /> <a href="http://clevertutorials.com/go/101">
Introduction to using classes</a> <br />This tutorial will
teach you what classes are and how to use them effectively in your web
application.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Content%20Management">Content
Management</a></b><br /><br /> <a
 href="http://clevertutorials.com/go/889">Link Exchange System</a>
<br />This
tutorial will take you through all steps in developing your own link
exchange system using Dreamweaver CS3, PHP, MySQL and CSS.
<br /><br /> <a href="http://clevertutorials.com/go/294">Comment
Board</a> <br />Learn how to make a comment/discussion
board.
<br /><br /> <a href="http://clevertutorials.com/go/290">Directory
List</a> <br />Learn how to make a directory list in PHP.
<br /><br /> <a href="http://clevertutorials.com/go/142">Topsite
Script</a> <br />Create your very own topsite website with
this tutorial
<br /><br /> <a href="http://clevertutorials.com/go/126">Affiliates
System</a> <br />Learn to create a complete Affiliate
Management system in PHP.
<br /><br /> <a href="http://clevertutorials.com/go/120">News
CMS With Admin Panel</a> <br />Learn to create a news
system, which you can add to it using the comments system script as
well to round it out.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Cookies">Cookies</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/480">Understand PHP
Sessions</a> <br />Learn what sessions are and how to use
them.
<br /><br /> <a href="http://clevertutorials.com/go/210">Cookies
a Quick Glance</a> <br />A short tutorials on what cookies
are and how to use them.
<br /><br /> <a href="http://clevertutorials.com/go/132">Setting
Cookies</a> <br />You may need to set cookies to remember
certain information&#8230;
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Database%20Integration">Database
Integration</a></b><br /><br /> <a
 href="http://clevertutorials.com/go/673">Creating a Simple
Database Abstraction Layer</a> <br />If
you ever intend to create an open source PHP script that utilizes a
database, you will likely at one time or another be faced with the
question &#8220;How do I interface with more than one type of database
system?&#8221; The answer is simple: a database abstraction layer. We&#8217;ll show
you how to create a simple database abstraction layer that works with
MySQL, MsSQL, and PostgreSQL in this example.
<br /><br /> <a href="http://clevertutorials.com/go/552">Writing
your own MySql class</a> <br />In this tutorial we cover how
to make a MySql class file which will control all database activity.
<br /><br /> <a href="http://clevertutorials.com/go/474">PHP
and MySQL RSS Feed</a> <br />Create a dynamic XML RSS
document with PHP.
<br /><br /> <a href="http://clevertutorials.com/go/363">Get
MySQL database layout in XML format</a> <br />Learn how to
fetch MySQL database layout in a XML format.
<br /><br /> <a href="http://clevertutorials.com/go/318">Simple
chatbox in PHP/MYSQL</a> <br />Learn how to make a easy
chatroom with php and mysql.
<br /><br /> <a href="http://clevertutorials.com/go/248">Banner
System</a> <br />A simple banner system to randomly rotate
images in a MySQL database.
<br /><br /> <a href="http://clevertutorials.com/go/192">PHP
and MySQL Search Engine</a> <br />Make a search engine in
PHP that searches MySQL
<br /><br /> <a href="http://clevertutorials.com/go/160">Updating
Database</a> <br />Update multiple rows in MySQL with this
detailed tutorial.
<br /><br /> <a href="http://clevertutorials.com/go/102">MySQL
Search Engine</a> <br />Learn how to do a simple search
engine using MySQL database.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Date%20and%20Time">Date
and Time</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/259">PHP date function
explained</a> <br />With
PHP&#8217;s date function you format timestamps, so they are more human
readable. The following tutorial will teach you how to display the
current time, formating PHP&#8217;s timestamp, and show you all the various
date arguments for reference purposes.<br /><br /> <a
 href="http://clevertutorials.com/go/140">Calendar in PHP</a>
<br />Create Calendar in PHP using a CSS layout system.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Email">Email</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/761">Creating a simple
mail sender class with PHP</a> <br />In
this tutorial I will show you how to create a simple mail sender class
in PHP. Sending emails with PHP is a lot easier than you would think,
however you need to care about some settings to avoid moving your
emails into a spam folder.
<br /><br /> <a href="http://clevertutorials.com/go/651">Verifying
email address</a> <br />When
users sign up to join your website you may want to verify their email
address by sending confirmation link to their email address. You&#8217;ll
learn how to do this in this tutorial.
<br /><br /> <a href="http://clevertutorials.com/go/573">Mail
Form with PHP and HTML</a> <br />Learn how to create a basic
Mail Form using PHP and HTML.
<br /><br /> <a href="http://clevertutorials.com/go/297">Email
Validation</a> <br />Add email validation to forms using
regular expressions and domain check.
<br /><br /> <a href="http://clevertutorials.com/go/291">Form
Mail</a> <br />Learn how to make a Form Mail using the power
of PHP.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/File%20Manipulation">File
Manipulation</a></b><br /><br /> <a
 href="http://clevertutorials.com/go/652">Multiple files
upload</a> <br />You can upload multiple files with one time
submission. Array is a big role in this tutorial, let&#8217;s see the
scripts.
<br /><br /> <a href="http://clevertutorials.com/go/479">File
System Operations</a> <br />A list of handy file system
commands for PHP developers.
<br /><br /> <a href="http://clevertutorials.com/go/331">Compressing
and Decompressing a File in PHP</a> <br />Learn the basics
of Compressing and Decompressing a file using bzcompress() function.
<br /><br /> <a href="http://clevertutorials.com/go/295">File
Creator/Editor</a> <br />Create a form that makes and/or
adds data to files on your server. <a
 href="http://clevertutorials.com/tutorials/PHP/File%20Manipulation#"
 onclick="Effect.toggle('rate_295','BLIND'); return false;"></a>
<br /><br /> <a href="http://clevertutorials.com/go/161">PHP
Multiple Upload files</a> <br />Create a script for
uploading multiple files to your site.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Forms">Forms</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/694">Contact Form</a>
<br />Create a safe contact form using Xajax and PHPmailer.
<br /><br /> <a href="http://clevertutorials.com/go/263">Tell
A Friend Script</a> <br />Learn to create a tell a friend
script &#8211; Quick way to email friends about your site.
<br /><br /> <a href="http://clevertutorials.com/go/249">Anti
Spam Bots Form Trick</a> <br />Protect your forms from spam
bots.<br /><br /> <a
 href="http://clevertutorials.com/go/167">Validation</a>
<br />A guide to some simple form validating.
<br /><br /> <a href="http://clevertutorials.com/go/166">Send
this page to a Friend</a> <br />A php tutorial to create a
send this page to a friend script and form.
<br /><br /> <a href="http://clevertutorials.com/go/115">Making
Sticky Forms</a> <br />Learn how to create and use sticky
forms, which saves data that has been entered into a form.<br /><br />
<a href="http://clevertutorials.com/go/113">Link Verifier</a>
<br />Create a link verifier that checks to see if a link is
working or not.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Forums">Forums</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/193">phpBB login</a>
<br />Integrate a login form on your index for your forum
<br /><br /> <a href="http://clevertutorials.com/go/125">Forum
System</a> <br />Learn to create a full forum system
yourself.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Image%20Handling">Image
Handling</a></b><br /><br /> <a
 href="http://clevertutorials.com/go/1039"> How to make
custom avatars with php</a> <br />Learn how to use php to
make a customizable avatar. A great and unique feature for any website!
<br /><br /> <a href="http://clevertutorials.com/go/699">Very
simple gallery</a> <br />Learn how you can create your own
gallery.
<br /><br /> <a href="http://clevertutorials.com/go/692">Cropped
Thubnails</a> <br />Create cropped thumbnails with GD
Library.
<br /><br /> <a href="http://clevertutorials.com/go/563">GD
Library Bar Chart</a> <br />Create a dynamic bar chart with
PHP and GD Library.
<br /><br /> <a href="http://clevertutorials.com/go/513">Drop
Shadows with GD Library</a> <br />Learn how to create drop
shadows easily with GD Library and Photoshop.
<br /><br /> <a href="http://clevertutorials.com/go/317">Random
Images</a><br />Ever wanted to make links, or banners appear
on your site in a random order? Well here&#8217;s a simple script that will
do just that.
<br /><br /> <a href="http://clevertutorials.com/go/316">Watermarking</a>
<br />How to quickly watermark your images in PHP.
<br /><br /> <a href="http://clevertutorials.com/go/288">Image
Databasing</a> <br />This tutorial teaches you how to upload
images into a mysql database using PHP.
<br /><br /> <a href="http://clevertutorials.com/go/235">Image
Uploading</a>
<br /><br /> <a href="http://clevertutorials.com/go/184">Creating
thumbnail</a> <br />Learn to Resize an image with PHP <br /><br /><a
 href="http://clevertutorials.com/go/97">Creating a simple
photo gallery</a> <br />In
this tutorial you will learn how to create a simple photo gallery. The
script creates thumbnail images if needed and displays all images in
the given directory.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Miscellaneous">Miscellaneous</a>
</b><br /><br /> <a
 href="http://clevertutorials.com/go/522">Creating an IRC bot
in PHP</a> <br />Combined
Minds presents you the biggest and best PHP -&gt; IRC bot tutorial
on
the web! This tutorial learns you how to create a very good working IRC
bot from scratch!
<br /><br /> <a href="http://clevertutorials.com/go/472">PHP
Caching</a> <br />Learn effective data caching techniques
with PHP
<br /><br /> <a href="http://clevertutorials.com/go/445">Creating
a domain checker</a> <br />In this tutorial you will learn
how to create a PHP script to check whether the actual domain name is
available or not.
<br /><br /> <a href="http://clevertutorials.com/go/365">URL
Check</a> <br />Learn a simple way of verifying if a URL
still works using PHP
<br /><br /> <a href="http://clevertutorials.com/go/332">Basic
Shoutbox</a> <br />Learn how to make an easy shoutbox for
your site.
<br /><br /> <a href="http://clevertutorials.com/go/296">Browser-Dependent
Stylesheets</a> <br />Learn how to make a Browser-Dependent
Stylesheets.
<br /><br /> <a href="http://clevertutorials.com/go/289">AOL
IM Check User Online</a> <br />Learn to see if a screenname
is currently online on AOL Instant Messenger.
<br /><br /> <a href="http://clevertutorials.com/go/234">Mini-Chat
Tutorial</a> <br />Create your very own chat script.
<br /><br /> <a href="http://clevertutorials.com/go/233">Custom
Error Messages</a> <br />Replace the usual error messages
with your own.
<br /><br /> <a href="http://clevertutorials.com/go/189">Polling
Script</a> <br />Creating a simple file based polling
script.
<br /><br /> <a href="http://clevertutorials.com/go/156">Simple
Word Filter</a> <br />Stop Bad Words on your sites.<br />
<br /> <a href="http://clevertutorials.com/go/152">Website
Localizations and Multi-language Support</a> <br />Some
techniques of using custom language packs and language markers in
database to provide automatic different translations of the website.
<br /><br /> <a href="http://clevertutorials.com/go/852">Menu
System</a> <br />In
this tutorial I will show you how to create a simple menu system with 2
levels. You can easy integrate it into your site to get a nice and easy
editable site navigation system.
<br /><br /> <a href="http://clevertutorials.com/go/697">Using
phpBB&#8217;s Template Class</a> <br />Have
you ever wanted a sturdy and secure template system on your website?
Can&#8217;t make it yourself, or just don&#8217;t want to spend hours writing and
testing? phpBB Forums have one of the best template systems around and
because of the free GNU license attached to the code, you can use it
for your own website.
<br /><br /> <a href="http://clevertutorials.com/go/693">Page
Numbers</a> <br />Paginating large text and stories with PHP
<br /><br /> <a href="http://clevertutorials.com/go/471">Smarty
templates for beginners</a> <br />Tutorial on how to use
Smarty templates.
<br /><br /> <a href="http://clevertutorials.com/go/177">DB
Driven Menu</a> <br />Create a fully database driven
flexible menu.
<br /><br /> <a href="http://clevertutorials.com/go/175">Easy
PHP Pagination</a> <br />Full video tutorial explaining
basic page numbering.
<br /><br /> <a href="http://clevertutorials.com/go/135">Template
System</a> <br />Learn how to write a Template System in PHP
<br /><br /> <a href="http://clevertutorials.com/go/133">PHP
Navigation</a> <br />Create those ?id=page links and learn
how to insert content into your site.
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/Security">Security</a></b><br /><br />
<a href="http://clevertutorials.com/go/758">How to safely
clean user data</a> <br />Using regular expressions to clean
data can ensure that you will not get any sort of MySQL injections.
<br /><br /> <a href="http://clevertutorials.com/go/606">Full
IP Banning System &#8211; With Admin Panels</a> <br />Ever wanted
to ban pesky users? Now you can with this IP Banning system.
<br /><br /> <a href="http://clevertutorials.com/go/364">PHP
User System Script Tips</a> <br />Secure your user system
scripts using this tutorial.
<br /><br /> <a href="http://clevertutorials.com/go/362">Making
a CAPTCHA</a> <br />Stop robots and scripts from submitting
forms using PHP
<br /><br /> <a href="http://clevertutorials.com/go/256">Banning
IP Addresses</a> <br />Learn how to ban a single IP or
multiple IP addresses from accessing your website.
<br /><br /> <a href="http://clevertutorials.com/go/237">PHP
Port Scanner</a> <br />Create a Simple PHP Port Scanner -
All it takes is a simple FOR loop
<br /><br /> <a href="http://clevertutorials.com/go/231">Prevent
Image Hotlinking</a> <br />Learn how to prevent others from
hotlinking to your images.
<br /><br /> <a href="http://clevertutorials.com/go/188">IP
Banning with Admin Panel</a> <br />Create a MySQL based IP
Banning script with an Admin Panel
<br /><br /> <a href="http://clevertutorials.com/go/155">Login
script</a> <br />Create secure areas for your website using
sessions
<br /><br /> <a href="http://clevertutorials.com/go/151">Ban
Users IP</a> <br />Learn how to ban specific IP addresses.
<br /><br /> <a href="http://clevertutorials.com/go/138">Basic
PHP Security</a> <br />Basic PHP script security covers
issues like prevention of SQL injections, XSS and CSRF attacks,
variable tampering, etc.
<br /><br /> <a href="http://clevertutorials.com/go/103">CSS
File Protection</a> <br />See how you can hide your CSS
files from rippers using php and .htaccess
<br /><br /><br /><b><a
 href="http://clevertutorials.com/tutorials/PHP/User%20Info%20and%20Stats">User
Info and Stats</a> </b><br /><br /> <a
 href="http://clevertutorials.com/go/863">Tracking Search
Engine Traffic</a> <br />Keep track of the traffic driven by
search engines and which keywords are used to reach your site
<br /><br /> <a href="http://clevertutorials.com/go/821">Alexa
Ranking</a> <br />Show the alexa ranking of any site using
PHP
<br /><br /> <a href="http://clevertutorials.com/go/650">User
online</a> <br />This tutorial show you php script that
count how many users are active on your site.
<br /><br /> <a href="http://clevertutorials.com/go/315">File
based logging script</a> <br />In this tutorial you will
learn how to create a small and simple PHP script to log your visitors
activity into a file.
<br /><br /> <a href="http://clevertutorials.com/go/293">Counter</a>
<br />Learn how to make a simple text counter in PHP.
<br /><br /> <a href="http://clevertutorials.com/go/236">Logging
Server Messages</a> <br />Create a PHP Include File to
create logging of server messages to a central logfile.
<br /><br /> <a href="http://clevertutorials.com/go/232">Displaying
Load Times</a> <br />Display the time taken to load every
page.
<br /><br /> <a href="http://clevertutorials.com/go/176">Adsense
Stats from PHP </a> <br />Use PHP to generate your Adsense
stats.
<br /><br /> <a href="http://clevertutorials.com/go/122">Full
Statistics Suite</a> <br />Create a Full Statistics Suite
With Administration for your website.
<br /><br /> <a href="http://clevertutorials.com/go/119">Download
Counter</a> <br />Create A Nice Download Counter In PHP.
<br /><br /> <a href="http://clevertutorials.com/go/104">Browser
Detection with PHP</a> <br />Create a simple browser
detection script.
<br /><br /> <a href="http://clevertutorials.com/go/100">Simple
PHP Hit Counter Script</a> <br />Learn how to create a
Simple PHP Hit Counter using a text file.<img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=766&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/766/many-php-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>204 PHP Tips and Tutorials with Scripts</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/682/204-php-tips-and-tutorials-with-scripts</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/682/204-php-tips-and-tutorials-with-scripts#comments</comments>
		<pubDate>Mon, 16 Apr 2007 07:01:01 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here is&#160;a blog post I wrote at intelligentedu.com that links to 204 PHP Tips and Tutorials with Scripts at dev.fyicenter.com. The PHP example scripts and techniques demonstrated here will assist you as a beginner or as an experienced PHP web developer. They also include many excellent PHP tutorial exercises.PHP Tutorial&#160;Topics:Downloading and Installing&#160;PHP for WindowsUnderstanding PHP [...]]]></description>
			<content:encoded><![CDATA[<p>Here is&nbsp;a blog post I wrote at <a
 href="http://www.intelligentedu.com/blogs/">intelligentedu.com</a>
that links to <b><a href="http://dev.fyicenter.com/faq/php">204
PHP Tips and
Tutorials with Scripts</a></b>
at <a href="http://dev.fyicenter.com" title="http://dev.fyicenter.com" target="_blank">dev.fyicenter.com</a>. The PHP example scripts and techniques
demonstrated here will assist you as a beginner or as an experienced
PHP web developer. They also include many excellent PHP tutorial
exercises.<p><u>PHP Tutorial&nbsp;Topics</u>:<br /><ul><li><a
 href="http://dev.fyicenter.com/faq/php/php_download_installation.php">Downloading
and Installing&nbsp;PHP for Windows</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_string_operation.php">Understanding
PHP String Literals and Operations</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_string_function.php">Built-in
PHP Functions for Strings</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_array_definition.php">Understanding
PHP Arrays and Their Basic Operations</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_array_function.php">Built-in
PHP Functions for Arrays</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_function_definition.php">Creating
Your Own&nbsp;PHP Functions</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_file_io_function.php">Reading
and Writing Files with PHP Functions</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_file_system_function.php">Working
with Directories and Files with PHP</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_processing_web_forms.php">Processing
Web Forms with PHP</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_managing_cookies.php">Understanding
and Managing Cookies with PHP</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_using_sessions.php">Understanding
and Using Sessions in PHP</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_working_with_mysql.php">Working
with PHP and MySQL Database</a></li><li><a
 href="http://dev.fyicenter.com/faq/php/php_uploading_files.php">Uploading
PHP Pages to Web Servers</a>&nbsp;</li></ul><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=682&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/682/204-php-tips-and-tutorials-with-scripts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Web Applications with MySQL and PHP</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/624/developing-web-applications-with-mysql-and-php</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/624/developing-web-applications-with-mysql-and-php#comments</comments>
		<pubDate>Mon, 29 Jan 2007 18:52:25 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[This learning session, from the&#160;Georgia Institute of Technology, shows how to use the MySQL database and&#160;PHP web scripting&#160;to quickly and cheaply program and build a content management system, URL reference database, and&#160;web-based information portal for a real-world library application.&#160;This training session covers working modules, provides development resources and gives you a practical understanding of web [...]]]></description>
			<content:encoded><![CDATA[<p>This learning session, from the&nbsp;Georgia Institute
of Technology, shows how to use the MySQL database and&nbsp;PHP web
scripting&nbsp;to quickly and cheaply program and build a content
management system, URL reference database, and&nbsp;web-based
information
portal for a real-world library application.&nbsp;This training
session covers working modules, provides development
resources and gives you a practical understanding of web development
with these tools.<br /><br /><b><a
 href="http://hdl.handle.net/1853/10173">Developing Web
Applications with MySQL and PHP</a></b><br /><br /><br />Speech
and Presentation &#8211; <a
 href="http://smartech.gatech.edu/bitstream/1853/10173/1/phpmysql-final.avi">View/Open</a><br />32347Kb,
AVI format<br /><br />Handout &#8211; <a
 href="http://smartech.gatech.edu/bitstream/1853/10173/2/ER%26L06_PHPMySQLhandout.pdf">View/Open</a><br />72Kb,
pdf format<br /><br />Discussion &#8211; <a
 href="http://smartech.gatech.edu/bitstream/1853/10173/3/discussion_dunlap.pdf">View/Open</a><br />101Kb,
pdf format<br /><br />Power Point Presentation &#8211; <a
 href="http://smartech.gatech.edu/bitstream/1853/10173/5/ER%26L06_Dunlap.ppt">View/Open</a><br />2308Kb,
Powerpoint format<br /><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=624&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/624/developing-web-applications-with-mysql-and-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great PHP Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/591/great-php-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/591/great-php-tutorials#comments</comments>
		<pubDate>Fri, 08 Dec 2006 19:09:56 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If you need to get training on how to code your web pages and sites with PHP, then take a look at my post on Home and Learn&#8217;s Beginners PHP Tutorials. After going through these PHP tutorials you will be able to start coding with PHP immediately. The following&#160;PHP topics are taught here: Conditional Logic, [...]]]></description>
			<content:encoded><![CDATA[<p>If you need to get training on how to code your web
pages and sites with PHP, then take a look at <a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials">my
post</a> on Home and Learn&#8217;s
<a href="http://www.homeandlearn.co.uk/php/php.html">Beginners
PHP Tutorials</a>. After going through these PHP tutorials you
will be able to start coding
with PHP immediately. The following&nbsp;PHP topics are taught
here: Conditional Logic, HTML Forms,Loops, Arrays, String
Manipulation, Functions, Security, Working with Files, Date and Time,
PHP and MySQL, and User Authentication. The last 2 tutorial sections
teach you how&nbsp;to code your own web Survey and web Forum using
PHP.<br /></p><p><b>PHP
Topics to Learn:</b><br /></p><ol><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#intro">Introduction</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#started">Getting
Started</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#logic">Conditional
Logic</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#forms">HTML
Forms</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Loops">PHP
Loops</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Arrays">Arrays
and PHP</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Strings">String
Manipulation</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Functions">Create
your own Functions</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Security">Security
Issues</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Files">Working
with Files</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Date">Date
and Time</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#MySQL">PHP
and MySQL</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Authentication">User
Authentication</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Survey">Build
your own Survey</a></li><li><a
 href="http://www.intelligentedu.com/blogs/post/best_new_training_sites/3510/home-and-learns-php-tutorials#Forum">Build
your own Forum</a></li></ol><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=591&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/591/great-php-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML, CSS, PHP, and Perl Tutorials from DevelopingWebs.Net</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/488/html-css-php-and-perl-tutorials-from-developingwebs-dot-net</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/488/html-css-php-and-perl-tutorials-from-developingwebs-dot-net#comments</comments>
		<pubDate>Sat, 15 Jul 2006 06:41:16 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[DevelopingWebs.Net is a great place for learning about&#160;for web site development. Here aspiring web developers and those needing to brush up their skills can spend some time learning web programming, specifically HTML, CSS, PHP, and Perl. This site is also a web developers&#8217; community where webmasters communicate, tutor and get help. Basic and Advanced HTML [...]]]></description>
			<content:encoded><![CDATA[<a href="http://DevelopingWebs.Net" title="http://DevelopingWebs.Net" target="_blank">DevelopingWebs.Net</a> is a great place for learning
about&nbsp;for web site development. Here aspiring web developers
and those needing to brush up their skills can spend some time learning
web programming, specifically HTML, CSS, PHP, and Perl. This site is
also a web
developers&#8217; community where webmasters communicate, tutor and get help.
<p><br /></p><h3><a
 href="http://www.developingwebs.net/html/">Basic and
Advanced HTML Tutorials and Lessons</a><br /></h3><b>HTML
Lessons: </b>
<ol><li><a
 href="http://www.developingwebs.net/html/lesson1.php">Basic
page</a></li><li><a
 href="http://www.developingwebs.net/html/lesson2.php">Font,
Size, Breaks and Alignment</a></li><li><a
 href="http://www.developingwebs.net/html/lesson3.php">Bold,
Italics, Underline</a></li><li><a
 href="http://www.developingwebs.net/html/lesson4.php">Inserting
Images and Backgrounds</a></li><li><a
 href="http://www.developingwebs.net/html/lesson5.php">Image
Attributes</a></li><li><a
 href="http://www.developingwebs.net/html/lesson6.php">Hypertext,
Linking and Hyperlinks</a></li><li><a
 href="http://www.developingwebs.net/html/lesson7.php">Embedding
Sound on your page</a></li><li><a
 href="http://www.developingwebs.net/html/lesson8.php">Ordered
and unordered Lists: (Bullets and numbered lists)</a></li><li><a
 href="http://www.developingwebs.net/html/lesson9.php">Internal
Targets or Bookmarks</a></li><li><a
 href="http://www.developingwebs.net/html/lesson10.php">Horizontal
Rules and Email Links</a></li></ol><b>Basic
HTML Tutorials</b><ul><li><a
 href="http://www.developingwebs.net/html/targetattribute.php">Target
Attribute of the Link Anchor</a></li><li><a
 href="http://www.developingwebs.net/html/notepad.php">Using
a Note Pad to write code.</a></li><li>
<a href="http://www.developingwebs.net/html/tables.php">Tables
1</a></li><li><a
 href="http://www.developingwebs.net/html/tables2.php">Tables
2 intermediate</a></li><li>
<a href="http://www.developingwebs.net/html/hyperlink.php">Hyper
Linking Text and Images</a></li><li><a
 href="http://www.developingwebs.net/html/sound.php">Sound-
midi and wav</a></li><li><a
 href="http://www.developingwebs.net/html/mp3.php">Adding
Streaming MP3</a></li><li><a
 href="http://www.developingwebs.net/html/ie6myimagetoolbar.php">Disabling
The IE 6 MyImage Tool Bar</a></li><li><a
 href="http://www.developingwebs.net/html/fixedbackground.php">Fixed
Background Using HTML</a></li></ul><b>Advanced
HTML Tutorials </b>
<ul><li><a
 href="http://www.developingwebs.net/html/html_template.php">Constructing
an HTML Template 1</a></li><li><a
 href="http://www.developingwebs.net/html/frames.php">Creating
Framesets</a></li><li><a
 href="http://www.developingwebs.net/flash/flashdetect.php">Flash
Detection</a></li><li>
<a href="http://www.developingwebs.net/html/mouseoverinstruct.php">Adding
a Mouse Over ImageMenu to your page.</a></li><li>
<a href="http://www.developingwebs.net/html/dropdown.php">Creating
a Drop Down Menu</a></li><li>
<a href="http://www.developingwebs.net/html/createform.php">Creating
a Mailto Form</a></li><li>
<a href="http://www.developingwebs.net/publishing/promoting.php">Getting
page ready for the Search engines</a></li></ul><br /><h3><a
 href="http://www.developingwebs.net/css/">Cascading Style
Sheet (CSS) Tutorials</a></h3><b>Using External files:</b><br /><ul><li><a
 href="http://www.developingwebs.net/css/externalcss.php">Setting
up a style sheet</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss1.php">Controlling
Background Styles</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss2.php">Changing
Document Margins</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss3.php">Setting
the heading tag styles Styles</a></li><li><a
 href="http://www.developingwebs.net/css/cssactivity.php">Activity:
Identifying Styles</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss4.php">Paragraphs</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss5.php">Box
Outlines and Borders</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss6.php">Link
control</a></li><li><a
 href="http://www.developingwebs.net/css/externalcss7.php">Scrollbar
Colors</a></li><li><a
 href="http://www.developingwebs.net/css/creatingsitetemplateincss.php">Using
Image Ready to create your CSS Template</a><br /></li></ul><b>Inline
and page styles:</b><br /><ul><li><a
 href="http://www.developingwebs.net/css/inline.php">Inline
styles</a></li><li><a
 href="http://www.developingwebs.net/css/CullenCSS.php">Setting
up Page styles</a></li><li><a
 href="http://www.developingwebs.net/css/AP.php">Static
background image</a></li><li><a
 href="http://www.developingwebs.net/css/hover.php">Hover
effects</a></li><li><a
 href="http://www.developingwebs.net/css/CSSInternal.php">Internal
scripts for page formatting</a></li><li><a
 href="http://www.developingwebs.net/css/specifymargins.php">Specifying
margin styles for a page</a></li></ul> <br /><h3><a
 href="http://www.developingwebs.net/phpclass/">PHP Tutorials</a><br /></h3><ul><li><a
 href="http://www.developingwebs.net/html/creatingphpform.php">Writing
a PHP Form</a></li><li> <a
 href="http://www.developingwebs.net/html/orderprocessing.php">Basic
Order processing PHP results</a></li><li><a
 href="http://www.developingwebs.net/phpclass/notes.php">Chapter
notes</a></li><li><a
 href="http://www.developingwebs.net/phpclass/phpquizpage.php">Creating
an online quiz!</a></li><li><a
 href="http://www.developingwebs.net/phpclass/dynamiccopyright.php">Dynamic
Copyright code</a></li><a
 href="http://www.developingwebs.net/phpclass/dynamiccopyright.php">
</a><li><a
 href="http://www.developingwebs.net/html/formcalculationsphp.php">Form
Calculations</a></li><li><a
 href="http://www.developingwebs.net/phpclass/hitcounter.php">Hit
Counter</a></li><li><a
 href="http://www.developingwebs.net/phpclass/includes.php">Included
content and templates</a></li><li><a
 href="http://www.developingwebs.net/phpclass/lab1assignment.php">
Lab 1 Jan 22, 2003</a></li><li><a
 href="http://www.developingwebs.net/phpclass/madlibs.php">MadLibs
tutorial: Lab</a></li><li><a
 href="http://www.developingwebs.net/phpclass/weekday.php">Sound
or image a day: lab</a></li><li><a
 href="http://www.developingwebs.net/phpclass/phpemailform.php">Email
Form Processing</a></li></ul><br /><h3><a
 href="http://www.developingwebs.net/perl/">Perl Tutorials</a></h3><ul><li><a
 href="http://www.developingwebs.net/perl/intro.php">Perl
Introduction</a></li><li><a
 href="http://www.developingwebs.net/perl/howto.php">How to
work with perl on your home computer</a></li><li><a
 href="http://www.developingwebs.net/perl/firstperl.php">First
Perl Script : Hello World!</a></li><li><a
 href="http://www.developingwebs.net/perl/3datatypes.php">Three
Data Types: Scalar, Array, Hash</a></li><li><a
 href="http://www.developingwebs.net/perl/scalars.php">Scalars
in perl</a></li><li><a
 href="http://www.developingwebs.net/perl/arrays.php">Arrays
in Perl</a></li><li><a
 href="http://www.developingwebs.net/perl/hash.php">Hashes in
Perl</a></li><li><a
 href="http://www.developingwebs.net/perl/counter.php">Perl
Counter</a></li><li><a
 href="http://www.developingwebs.net/perl/cgi-intro.php">CGI
Introduction</a></li><li><a
 href="http://www.developingwebs.net/perl/loops.php">Loops
part 1</a></li><li><a
 href="http://www.developingwebs.net/perl/regexops.php">Regex
operations</a></li><li><a
 href="http://www.developingwebs.net/perl/file_handling.php">File
Handling</a></li></ul><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=488&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/488/html-css-php-and-perl-tutorials-from-developingwebs-dot-net/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>67 PHP Tutorials</title>
		<link>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/480/67-php-tutorials</link>
		<comments>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/480/67-php-tutorials#comments</comments>
		<pubDate>Wed, 05 Jul 2006 18:42:29 +0000</pubDate>
		<dc:creator>computer_teacher</dc:creator>
				<category><![CDATA[Free Web Design, Development and Programming Training and Tutorial Resources]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[PHP is an open-source, reflective programming language. Originally designed as a high-level tool for producing dynamic web content, PHP is used mainly in server-side applications. PHP 5 is the latest version and includes new features such as PHP Data Objects and more performance enhancements. PHP generally runs on a web server, using PHP code as [...]]]></description>
			<content:encoded><![CDATA[<p><b>PHP</b> is an open-source, <a
 href="http://en.wikipedia.org/wiki/Reflection_%28computer_science%29"
 title="Reflection (computer science)">reflective</a>
programming language.
Originally designed as a high-level tool for producing <a
 href="http://en.wikipedia.org/wiki/Dynamic_Web_page"
 title="Dynamic Web page">dynamic web content</a>, PHP
is used mainly in <a
 href="http://en.wikipedia.org/wiki/Server-side_scripting"
 title="Server-side scripting">server-side</a> <a
 href="http://en.wikipedia.org/wiki/Application_software"
 title="Application software">applications</a>. <span
 class="attribute-value"></span>PHP 5 is the latest
version and includes new
features such as <a
 href="http://en.wikipedia.org/wiki/PHP_Data_Objects"
 title="PHP Data Objects">PHP Data Objects</a> and more
performance enhancements. PHP
generally runs on a web server, using PHP code as its input and
creating Web pages as output.<span class="attribute-value"></span></p><span
 class="attribute-value">This link is to a blog post of mine
on <a href="http://Intelligentedu.com" title="http://Intelligentedu.com" target="_blank">Intelligentedu.com</a> that provides a wide selection of 67 well written
PHP
tutorials, covering PHP training from <a
 href="http://www.intelligentedu.com/blogs/post/Best_New_Training_Sites/470/67-Beginning-anb-Advanced-PHP-Tutorials#begin">Beginner</a>
to <a
 href="http://www.intelligentedu.com/blogs/post/Best_New_Training_Sites/470/67-Beginning-anb-Advanced-PHP-Tutorials#advanced">Advanced</a>
to <a
 href="http://www.intelligentedu.com/blogs/post/Best_New_Training_Sites/470/67-Beginning-anb-Advanced-PHP-Tutorials#object-oriented">Object
Oriented</a>.<br /></span><h3><b><a
 href="http://www.intelligentedu.com/blogs/post/Best_New_Training_Sites/470/67-Beginning-anb-Advanced-PHP-Tutorials"
 title="Permalink : Fast Guide to Web Services Security">67
Beginning anb Advanced PHP Tutorials</a></b></h3><img src="http://www.educationonlineforcomputers.com/blogs/?ak_action=api_record_view&id=480&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.educationonlineforcomputers.com/blogs/post/free_web_development_training/480/67-php-tutorials/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

