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.
Anyone know of some good PHP tutorials?
Re:Anyone know of some good PHP tutorials?
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?
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.
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.