Page 1 of 1

Anyone know of some good PHP tutorials?

Posted: Sun Apr 28, 2002 11:06 pm
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.

Re:Anyone know of some good PHP tutorials?

Posted: Mon Apr 29, 2002 1:26 pm
by AGI1122
Check out php.net they have some good stuff. That is the site where I am learning php from.

Re:Anyone know of some good PHP tutorials?

Posted: Tue Apr 30, 2002 12:07 am
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.