Steve asked:
I want to properly learn PHP. I have used it for handling forms but I don’t really know what it’s doing or how to customize to do other special things I want it to do. Can you recommend a site or tutorials that doesn’t just tel me what variables are, because I know but helps me make it do a useful job.
I want to properly learn PHP. I have used it for handling forms but I don’t really know what it’s doing or how to customize to do other special things I want it to do. Can you recommend a site or tutorials that doesn’t just tel me what variables are, because I know but helps me make it do a useful job.


3 Comments to 'How should I learn PHP and the uses of it?'
November 14, 2008
You should be able to goto php.net, I believe they have tutorials there or W3C Schools. But as for the limits of PHP, you can do just about anything and everything with it. Most of the sites you see on the web today use php. Its a good language and the only limits any language has is only because ofthe coder. Yours codes and projects made are only going to be as good as you are. So if you learn it and dive deeper always trying to learn something new or try8ing to a newer faster way to do soemthing you’ll be able to code whatever you want.
November 15, 2008
u can read this tutorials for reference and u can download free ebook there
November 18, 2008
great answers over here. in addition to them, you may consider downloading/insaling an apache on your computer so that your own computer acts like a complete server allowing you to see how your code responds.
Leave a comment