...

World Wide Web Server 2012-07-04 16:05:35 -07:00
parent 02f4d120a0
commit 24a4fbfa6e

29
PHP-for-beginners.md Executable file

@ -0,0 +1,29 @@
<b>PHP 101: PHP For the Absolute Beginner</b>
This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire. These tutorials build on a previously-published 5-part series which has now been updated and extended to embrace PHP 5, making parts of it suitable for those of you who already have worked with PHP 4 in the past.
If you came here to learn about elementary PHP 4 or basic PHP 5, this is for you. Enjoy!
PHP 101 (part 1): <a href="http://devzone.zend.com/node/view/id/625">Down the Rabbit Hole</a> [July 17, 2004]
An introduction to PHPs variables and operators.
PHP 101 (part 2): <a href="http://devzone.zend.com/node/view/id/626">Calling All Operators</a> [July 18, 2004]
The rest of the PHP operators (there are many), and simple form processing.
PHP 101 (PART 3): <a href="http://devzone.zend.com/node/view/id/628">Looping the Loop</a> [July 19, 2004]
Basic control structures explained.
PHP 101 (PART 4): <a href="http://devzone.zend.com/node/view/id/635">The Food Factor</a> [July 20, 2004]
Arrays, PHP array functions, and what it all means.
PHP 101 (PART 5): <a href="http://devzone.zend.com/node/view/id/636">Rank and File </a>[July 21, 2004]
Everything youre ever likely to need to know about dealing with external files from a PHP script.
<b>RESOURCES</b>
<a href="http://www.php.net/tut.php">PHP: A simple tutorial - Manual</a>
<a href="http://whitepapers.techrepublic.com.com/search.aspx?kw=php">PhP white papers</a> and <a href="http://www.bestessays.com">term paper</a>
Building Your <a href="http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/">First Simple CMS</a>
<a href="http://www.palepurple.co.uk/training/php/beginners">PHP Training UK</a> - PHP For Beginners Course
<a href="http://www.phpjunkyard.com/">Download free PhP scripts</a> and <a href="http://www.bestessays.com/doc_essay.php">custom essay</a>
<a href="http://www.plus2net.com/php_tutorial/b-guide.php">Simple scripts in php for beginners</a>