Learning php!

This is a discussion on "Learning php!" within the PHP Forum section. This forum, and the thread "Learning php! are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 4th, 2007, 03:20
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Learning php!

I wanted to learn PHP-MySql.
Currently I don't have any idea what this language look's like.

So, I was wondering what could be the most best way to learn this?
  1. Google for any php tutorial (web)
  2. Video tutorial (like lynda.com)
Few month's ago, I learn CSS from a video tutorial from lynda.com and now I consider myself quiet good in CSS.

Thanks.
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)

Last edited by Monie; Oct 4th, 2007 at 03:24.

  #2 (permalink)  
Old Oct 4th, 2007, 05:34
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Learning php!

It would be based on how you learn best really.

There are some fantastic text tutorials out there and conversely some very good videos as well.

I would recommend something text based because the bare basics wouldn't really lend itself too well to video.

<?php means start php etc...

If you have a look at the sticky post "PHP resources" in the PHP forum it has links to some of the best resources.

The first learning material I looked at for PHP was the tome "PHP for dummies"

Hope that helps.
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
  #3 (permalink)  
Old Oct 4th, 2007, 06:30
c010depunkk's Avatar
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to c010depunkk
Re: Learning php!

Learn by doing. Actually, PHP has a very shallow learning curve....
  #4 (permalink)  
Old Oct 4th, 2007, 07:02
Marc's Avatar
Moderator

SuperMember
Join Date: Apr 2007
Location: Scotland, UK
Age: 15
Posts: 1,650
Thanks: 0
Thanked 8 Times in 8 Posts
Send a message via MSN to Marc Send a message via Skype™ to Marc
Re: Learning php!

www.Lynda.com has great tutorials on PHP. If you have a look in the Cafe there will be a thread about free one week membership.
  #5 (permalink)  
Old Oct 4th, 2007, 07:16
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Learning php!

Quote:
Originally Posted by Marc View Post
www.Lynda.com has great tutorials on PHP. If you have a look in the Cafe there will be a thread about free one week membership.
Yeah, thats what I am doing right now, LOL.

Thanks guys for your suggestion.

Hey Marc, do you think after watching all the php video from lynda.com, I'll be able to understand php better? I can do all sort of simple yet complex page (database) in php?

Thanks..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
  #6 (permalink)  
Old Oct 4th, 2007, 07:23
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Learning php!

The tutorials on Lynda will defintely help you

As c010depunkk says though learn by doing, get your hands dirty.. lol I remember my first few weeks with PHP constantly fighting the error messages.

I found that I would work on a topic at a time as I built a page. The output syntax for echo etc.. and find a tutorial on that, then I wanted to get stuff from a database so I would find a tutorial for that and build as I went getting a "feel" for my coding preference.

PHP is very easy and very powerful and as complex as you need it to be (or make it LOL )
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
  #7 (permalink)  
Old Oct 4th, 2007, 07:33
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Learning php!

Thanks Rakuli, maybe I watch the video first to get the "BIG" idea of what the whole things is about and from that, I'll get my hand dirty!

At this moment, I am searching and collecting any website tutorial for PHP (as suggested by you) and save it to my hard disk for reference in the future.

Wish me luck...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
  #8 (permalink)  
Old Oct 4th, 2007, 07:49
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Learning php!

Good Luck!

Don't forget the ultimate PHP guide as well. www.php.net
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
  #9 (permalink)  
Old Oct 4th, 2007, 08:14
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,608
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: Learning php!

Thanks again Rakuli..
I'll check that link... thanks
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
  #10 (permalink)  
Old Oct 4th, 2007, 13:07
Junior Member
Join Date: Oct 2007
Location: uk
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Learning php!

Im learning php at the mo. I found the best things to use are again lynda.com and www.wrox.com have some great books available. might be worth checking them out
  #11 (permalink)  
Old Oct 4th, 2007, 13:27
Junior Member
Join Date: Sep 2007
Location: Pakistan
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Syed Zaeem Send a message via Yahoo to Syed Zaeem
Re: Learning php!

I found the following book very useful in learning PHP and MySQL.

"Sams Teach Yourself PHP, MySQL and Apache All in One" by "Julie C. Meloni

Moreover, you should also check www.w3schools.com and find PHP tutorials out there.
  #12 (permalink)  
Old Oct 4th, 2007, 13:39
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Learning php!

Closing thread as most of these links exist in PHP Learning Resources for Beginners further additions best added there.

Thanks,

Rakuli
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Closed Thread

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Learning PHP Pádraig PHP Forum 8 Jul 4th, 2007 00:24
learning php aboutpaula PHP Forum 9 Jun 8th, 2007 22:23
Learning ASP.NET gustava32 ASP.NET Forum 8 May 2nd, 2007 14:36
Learning cbrams9 Starting Out 4 Mar 13th, 2007 21:01
Learning ASP ? Rob Classic ASP 0 Feb 1st, 2004 09:08


All times are GMT. The time now is 07:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43