List of interesting and useful links to sites contains php tutorials for beginners


We handy made a list with 5 links to useful sites where you can find php tutorials. Most of them maybe you know very well, but if you novice in PHP it can help you start learning.

Below the list of resources:

 

1. http://www.php.net/manual/en/tutorial.php

Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic webpage creation with PHP, though PHP is not only capable of creating webpages. PHP-enabled web pages are treated just like regular HTML pages and you can create and edit them the same way you normally create regular HTML pages. A simple tutorial from php developers.

 

2. http://www.w3schools.com/php/php_intro.asp

PHP is a powerful server-side scripting language for creating dynamic and interactive websites.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code. The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows. Start learning PHP with w3schools!

 

3. http://devzone.zend.com/node/view/id/627

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. PHP 101: PHP For the Absolute Beginner by Zend

 

4. http://www.vtwebwizard.com/tutorials/mysql/

This tutorial is our minor attempt to repay the general Internet community for all of the free software such as Linux, MySQL, Perl and PHP that we use on a day to day basis. By adding our two cents worth to the global bookshelf of knowledge that is the World Wide Web, we hope to keep the ball rolling. We also encourage everybody else to add their knowledge to the pile as well.  Read PHP tutorial by Vt. Web Wizard

 

5. http://www.phpfreaks.com/tutorial_cat/8/Basics-&-Beginner-Tutorials.php

The Basics & Beginner Tutorials on PHP Freaks site.


Posted in: Interesting Resources