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.
I want to learn PHP
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: I want to learn PHP
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
This is a superb book for beginners: http://www.wrox.com/WileyCDA/WroxTitle/ ... 57440.html
Re: I want to learn PHP
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
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.