How to learn to program on PHP
This clause{article} will not learn you to program on PHP, and will simply deduce{remove} on a correct way. I shall try to tell about how correctly to learn{teach} this language (basically, it will concern not only to PHP). About syntax and functions I shall not tell - there is no need. There are clauses{articles} in which all this is very well stated. I shall try to give most the best links to tutorials and information{inquiries} on PHP.
For the beginning there is some theory.
PHP is skriptovyj the server programming language which code is inserted directly into a html-code. "Father" PHP it is considered Rasmus Lerdorf. At present PHP it is deciphered as " PHP Hypertext Processor " though originally was " Personal Home Page ". I shall result a small example of an insert php in a html-code:
<html>
<title> <? print " Hello world! ";?> </title>
</html>
In result the message " Hello world! " It will be deduced{removed} in heading of a window. All is very simple. It, I hope, understandably. We move further …
and without PHP. But on php it is possible to make much more, than you can present yourselves. Much.
Actually, if you even still never tried to program, all the same it will be not hard, even, if you learned{taught} mathematics in high school. I so think. If to compare it{him} to such languages as Perl or Java, PHP - language rather simple. He has been created for development of small applications, therefore anything complex{difficult} in him no. Well, and if you already have small experience (for example, program in language Pascal) to you it will be even easier.
If you want to learn to program on PHP, simply find the good tutorial (and even better buy if means allow). The most important in this business - good, and besides one. It is not necessary "to be sprayed", as I when got acquainted with this programming language did{made} it. One tutorial which you will simply read for acquaintance, the directory of functions which you will use at drawing up of scripts, and, certainly, forums and the friends knowing PHP. And all! The most important in this business practice. Do not re-read all clauses{articles} which will get to you in the Network - only time zrja will lose (though the theory, certainly, it is necessary). Simply practise are the most important in this business. Something is impossible - ask at the specialized forum. I want to advise Club php-razrabotchkikov: www.phpclub.ru.
Now about the documentation. If these means do not allow you to buy the book will find in the Network: them there set. You know English? In general, fine. The best documentation in English. But if you English do not know, to despair does not cost. There is a weight of the quite good literature in Russian.
Well, and now and links to the documentation. The best documentation, in my opinion.
English:
www.php.net - an official site.
www.php.net/manual/en/ - the documentation in English.
Russian:
www.phpclub.ru - this project will open to you a window in the surprising world php.
www.phpclub.ru/manrus/ - the documentation in Russian.
php.itsoft.ru - as much as possible compressed description of language PHP, but the author promises, that after perusal you can make scripts without problems.
php.spb.ru/ - the Documentation in Russian, clauses{articles}, books (PHP 4, MySQL, Apache, etc).
On it, perhaps, all. As I have already said, to be sprayed does not cost. Read closely{attentively} this documentation and start to practise. As I have already said, this most important - Practice.

|