Anyone know of some good PHP tutorials?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
K.J.

Anyone know of some good PHP tutorials?

Post by K.J. »

Anyone know of some good PHP tutorials? I've learned the very basics, but not much else. Most of the information seems to concentrate on mySQL, which I'm not interested in.

Thanks in advance,
K.J.
AGI1122

Re:Anyone know of some good PHP tutorials?

Post by AGI1122 »

Check out php.net they have some good stuff. That is the site where I am learning php from.
Nailhead

Re:Anyone know of some good PHP tutorials?

Post by Nailhead »

http://www.phpbuilder.com is another great site.

php.net is excellent for it's PHP manual. When looking up a certain PHP command it's useful to do it as follows:

If your looking for more help on the command called "explode" then you could go to http://php.net/explode

You can do that with any of the PHP commands, a very very handy thing to know.
Post Reply