Page 1 of 1
I want to learn PHP
Posted: Sat Apr 26, 2008 5:19 am
by JulieXP
Does anyone know where I maybe able to find a PHP Tutorial for newbies?
I search on googles and all I find is <?php echo "Hello World!" ?> commands or things that way too advance for me.
Maybe I just don't know which keyword to look up.
Re: I want to learn PHP
Posted: Sat Apr 26, 2008 7:22 am
by aceconcepts
I would actually suggest learning the old fashioned way by buying a book.
This is a superb book for beginners:
http://www.wrox.com/WileyCDA/WroxTitle/ ... 57440.html
Re: I want to learn PHP
Posted: Sat Apr 26, 2008 7:22 am
by dhiraj
for best learning goi throughh the
http://www.w3schools.com here u find thge exact solution for php. because u aARE at the learning phase so u must fo;llo above site ok if u find problem then post yr problem in forum any one can answer your problem
Re: I want to learn PHP
Posted: Sun Apr 27, 2008 6:23 pm
by codeblock
http://devzone.zend.com/node/view/id/627 looks like a good site. I went to Borders bookstore and got a book "learning PHP in 24 hours" and it was very, very useful. I like books, because its not possible to copy/paste code to cheat yourself out of it. And you can go at your own pace. Mainly I'd say only do 3-4 pages at a time till you are familiar with that information. And you will NEVER know all the functions. Thats why php.net is there. Very good guide.