what makes a good PHP programmer? It is the ability to write effective, secure code quickly. Effective means using as little code as possible for the task at hand as well as learning which code is the least wasteful on your server resources (this is technically called refactoring). Secure means that your code is as safe as possible from malicious users and crackers.
To be a quick PHP coder means that you have a thorough knowledge of the syntax and functions as well as library of code which you have created and testing on live websites and that you can bring into new web developments.
You'll often read a reference to "clean code" amongst PHP heads (and all other code writers for that matter) and above is essentially what they mean by this term.
If you really want to learn PHP though I can guarantee one thing: that you will succeed if you have enough time and are determined enough.
PHP is the world's most popular web development language. It is estimated that for every 100 PHP developers, there are 42 Perl developers, 12 Python developers and 4 Ruby developers - PHPs popularity is the central reason why you should consider learning it above all others.
PHP is the basis of Content Management Systems such as Drupal, Joomla and Wordpress so gaining a knowledge of PHP would help you in using these scripts.
To be a quick PHP coder means that you have a thorough knowledge of the syntax and functions as well as library of code which you have created and testing on live websites and that you can bring into new web developments.
You'll often read a reference to "clean code" amongst PHP heads (and all other code writers for that matter) and above is essentially what they mean by this term.
If you really want to learn PHP though I can guarantee one thing: that you will succeed if you have enough time and are determined enough.
PHP is the world's most popular web development language. It is estimated that for every 100 PHP developers, there are 42 Perl developers, 12 Python developers and 4 Ruby developers - PHPs popularity is the central reason why you should consider learning it above all others.
PHP is the basis of Content Management Systems such as Drupal, Joomla and Wordpress so gaining a knowledge of PHP would help you in using these scripts.