How to learn PHP from no beginning.
First, the best way to learn PHP is to have the basic knowledge:
1) HTML
2) CSS
3) JavaScript
HTML in particular, is essential to the basic knowledge, but also need to understand the general principles of www.
Recommended Learning materials:
"Head first HTML with CSS & XHTML"
Detailed Description:
Http://www.amazon.com/Head-First-HT...ie=UTF8&s=books
Second, the Knowledge of learning PHP:
1) Recommended Books:
"Learning PHP and MySQL"
Http://www.itpub.net/570744,1.html
Detailed description: Http://www.amazon.com/Learning-PHP-... ie=utf8&s=books
2) Find out what Apache application Server is on the Web:
Official website-http://httpd.apache.org
3) Understand what the database is about, especially the MySQL database that is very close to PHP.
Itpub is a well-known database forum
Third, development tools:
For beginners, it is recommended to use a syntax coloring, automatic indentation of the enhanced editor, such as EditPlus, UltraEdit, Google search, a lot of relevant content.
Iv. methods:
Practice is very important, can not only read books do not do, we must learn while practicing, so as to truly understand and master.
http://www.bkjia.com/PHPjc/317132.html www.bkjia.com true http://www.bkjia.com/PHPjc/317132.html techarticle How to learn PHP from no beginning. First, learn PHP the best to have the basic knowledge: 1) HTML 2) CSS 3) JavaScript, especially HTML, is essential to the basic knowledge, but also need to understand the www roughly ...