Im a newbie in PHP? where i can start doing php page?? i rili dont know what to do??
Help me pls??
Printable View
Im a newbie in PHP? where i can start doing php page?? i rili dont know what to do??
Help me pls??
Bluei2:
I would suggest going to: http://www.w3schools.com
Also do a Google search on PHP and you will find lots of other tutorials and examples.
Good Luck
www.php.net
Excellent tutorial and once you've finished that they have a manual that covers all aspects of PHP so you can look things up on the fly.
I've programmed with VB, VBa, Pascal, ASP etc for a while so I was not a novice to the theory.Quote:
Originally Posted by Bluei2
I learned by grabbing interesting scripts installing them and then playing about.
I often type PHP [TheMethodEtc] (into google) and nine times out of ten the answer will be a 101 type site, PHP.net (which has lots of examples) or as said w3schools.
Some scripts (like NucleusCMS.org) encurage simple class based hacking by providing a frame work for plugins.
Pick a problem to solve (from random quotes to full RPG) and go for it.