Good tutorial for learning PHP?

Talk about your favorite PC games, Steam and building awesome custom rigs!

Moderator:Moderators

Post Reply
User avatar
khaag
Senior Member
Posts:2261
Joined:Sat Mar 18, 2006 7:54 pm
Location:C eh N eh D eh
Contact:
Good tutorial for learning PHP?

Post by khaag » Sat Nov 08, 2008 5:50 am

Hey guys, do any of you know of a good tutorial that I can learn PHP from? Googleing didn't yield me any satisfactory results and I'd like to learn the proper way to do it.
[url=http://thekevbot.com]Portfolio[/url]
[url=http://twitter.com/thekevbot]Twitter[/url]
[url=http://blog.thekevbot.com]Blog[/url]

User avatar
Sparkfist
Forum Administrator
Posts:6754
Joined:Tue Apr 20, 2004 7:12 am
Location:Michigan
Contact:

Post by Sparkfist » Sun Nov 09, 2008 9:02 pm

http://www.programmingtutorials.com/php.aspx

This site sometimes have nice tutorials for programming. If you're willing to drop money I would say that if you can take a class, teachers are invaluable for inforamtion on learning a language's syntax. If you don't have that kind of money a good book could be almost as helpful. Then if you want you can plug the fellas here for information, a good number of them know PHP (I am not one of them :( ).
vskid wrote:Nerd = likes school, does all their homework, dies if they don't get 100% on every assignment
Geek = likes technology, dies if the power goes out and his UPS dies too

I am a geek.

User avatar
Fenrir
Posts:14
Joined:Wed Aug 27, 2008 9:20 am

Post by Fenrir » Mon Dec 15, 2008 1:49 am

w3schools.com, baby. 8)
PHP.net's beginner tutorial's also fairly nice, didn't get very involved though from memory. Maybe start on it, then switch to w3?

Actually, the biggest hurdle is normally getting a server/compatible webspace to test on. XAMPP is a very nice package, which includes an Apache server, PHP, Perl, the MySQL database server, and various other bits and pieces - all put together with the developer in mind. Run the exe on your system and you'll have a nice development environment in which to practice PHP, and even learn to use MySQL databases.

Can provide more info if you're interested.

Post Reply