Web Hosting Talk







View Full Version : learning php


bdwarr6
04-12-2005, 10:51 PM
anybody have any suggestions as howto go about learning php besides reading the manual any tutorials site that you know of that break it down and explain the coding would be great :)

thx in advance

mfonda
04-12-2005, 11:02 PM
forget a tutorial, just reference to the php manual if you need to help with something. The best way to learn is: open up an editor and start coding. Start simple, play around, do all kinds of different things, debug your scripts, etc. Learn by doing. This is honestly the best way to learn, you will pick it up very fast.

Also, read this, http://www.norvig.com/21-days.html

John[H4Y]
04-13-2005, 01:03 PM
Also be sure to look at other developers' PHP scripts (start simple), modify them, play with them and see if you can understand how they are working from start to finish. It really helps you to envision how you would start and finish a PHP project.

mouldy_punk
04-13-2005, 01:24 PM
The way I learnt was to make a script, for example, a news script. Then, add the comments ability to that script. Then, have a login system that allows users to post comments, and admins to post news. Then just keep developing and developing. After you have got the hang of scripts like that, try to make a whole site. Make a login system, news system, downloads system, message board system etc etc.

purebalance
04-13-2005, 03:59 PM
phpfreaks.com isn't a bad place to start learning.
Also, a lot of trial and error will help - you only gain experience by trying, not reading.

Cardon
04-13-2005, 05:48 PM
PHPFreaks is good, yea.

Trying and messing around helps too.

I did find however that a book helped. But, that's just me. Many people don't prefer to either buy a book, or to learn from one.

xzyfer
04-14-2005, 02:51 AM
i liked to use phpnoise.com there very good although their content is sometimes lacking

dale4ever
04-14-2005, 08:20 PM
i'm starting to learn php too

Immoralsoul
04-15-2005, 01:22 AM
way I learned was, back when I first started on the web, I modded ipb alot, and half the time I had to customize the code to work with the themes I had installed, and it just took off from there, it's always best to dive right in with things like this

Ivan-Funio
04-15-2005, 12:07 PM
I learned PHP because a Teacher asked for a Project so the best way to learn is programming. In internet you can find many tutorials, manuals, etc. And if you have questions use the forums. There are many gurus that can help us. :gthumb: