I'm not a newbie to PHP and I have been coding for almost 4 months now and have covered lots of advanced areas of PHP like database work. But I'd like someone to point out to me EVERYTHING a PHP coder MUST/SHOULD know. A list is preferred 😃. Thanks to anyone who takes the time to do this.
Not one reply? Are you serious?
how can anyone give you a list of EVERYTHING you must know ?? Take a look at a few books on PHP and see the topics that they cover. I guess the only way you will learn is by experiance and there is no shortcut or a list that will provide that.
reg kevin
I just wanted to know which things are essential to every PHP coder, like which functions everyone should know and things of the sort.
I only have one essential: Know where to look things up. There is no way you can possible remember all of the functions and the syntax in PHP. Just know exactly where to look it up in the PHP manual.
Use your browsers built in error checker to see which line of code is wrong. if your browser doesnt have one, make a script. (i found this very useful in javascript, and its probably the same with php)