Where do I start?<

windows

Guest
I am looking to learn PHP for more dynamic websites but havent got a clue where to start.

I have a couple of books but they get really confusing at times... most of it is ok to read if you have the time but they arent great with tutorials.

I just wondered if anyone knows of good online php tutorials where i can learn the basics before jumping in at the deep end?

Thanks =:OGo to the monkey......
<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/programming/php/">http://hotwired.lycos.com/webmonkey/programming/php/</a><!-- m -->
:rocker:hi, they way i have mostly learnt is by looking at other people's code and seeing what it will do, then i change the code(don't claim it to be mine) to see what it will do. Also, a great resource is the php manual, it may dont seem like it at first, but when you are stuck on something, you can really learn from it
<!-- m --><a class="postlink" href="http://au3.php.net/manual/en/index.php">http://au3.php.net/manual/en/index.php</a><!-- m --> (php manual)

cheers,
dmHey, if you are serious about learning php, I suggest you buy atleast one book. If only one, I would suggest 'MySQL/PHP Database Applications".

Other than that, there are a lot of php tutorials on the web.

Here is a series of tutorials Im writing...

PHP Basics Part I (<!-- m --><a class="postlink" href="http://www.bytechcanada.net/forum/viewtopic.php?t=132">http://www.bytechcanada.net/forum/viewtopic.php?t=132</a><!-- m -->)
PHP Basics Part II (<!-- m --><a class="postlink" href="http://www.bytechcanada.net/forum/viewtopic.php?t=162">http://www.bytechcanada.net/forum/viewtopic.php?t=162</a><!-- m -->)
And Im working on the rest, but havent had the time to finish em.

Also, check out some of the following link...

<!-- m --><a class="postlink" href="http://www.bytechcanada.net/forum/viewtopic.php?t=193">http://www.bytechcanada.net/forum/viewtopic.php?t=193</a><!-- m -->

Good luck to ya ;)
 
Back
Top