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


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 7th, 2007, 13:59
Junior Member
Join Date: May 2007
Location: Dagenham, UK
Age: 24
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
learning php

Now, I know that this is probably covered somewhere but I probably wasn't looking in the right place.

I am looking for some websites that teach step by step how to learn php. I have tried php.net but it's too confusing for me. It uses words that I don't really understand. I really need something that teaches in plain english, like if it was teaching a ten year old.

I have been trying to learn php for almost two years now and it doesn't seem to sink in. I get the whole 'hello world' thing but it's the steps afterwards that it then gets difficult.

I hope that all makes sense. I have books too but although they are great to look at, if you don't know the name you are looking for, online you can google it and get some results.

So, if anyone has any links to some free or cheap learning sites, I would be very grateful.

Thank you, Paula.
Reply With Quote

  #2 (permalink)  
Old Jun 7th, 2007, 14:03
SuperMember

SuperMember
Join Date: Apr 2007
Location: Ireland
Age: 15
Posts: 332
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Pádraig
Re: learning php

http://w3schools.com is a good place to start. I have no experience in php so I can't really help you.
Reply With Quote
  #3 (permalink)  
Old Jun 7th, 2007, 14:12
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: learning php

Finding site that explain in "english" like you say is going to be a bit hard since most take for granted that you have programming skills ... as well you should.

I'll think you'll just have to bite the dust and play with it. Trying to understand what they mean. I'm having the same problem with .NET. I totally f***ing hate it. (don't get me started on how much I f***ing hate my job right now) but just working on a project and getting stuff to work, it starts to sink in after a while.

Google for beginner php tutorials and try to find books for PHP5 (not PHP4)
Reply With Quote
  #4 (permalink)  
Old Jun 7th, 2007, 15:46
Junior Member
Join Date: May 2006
Location: UK
Age: 35
Posts: 24
Thanks: 0
Thanked 1 Time in 1 Post
Re: learning php

Tizag.com has a fair few PHP tutorials that are written in plain English.
Reply With Quote
  #5 (permalink)  
Old Jun 7th, 2007, 16:12
simonb's Avatar
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 675
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Send a message via Skype™ to simonb
Re: learning php

lynda.com is a great site if you pay. ( all way a downer)
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Reply With Quote
  #6 (permalink)  
Old Jun 7th, 2007, 21:13
masonbarge's Avatar
Highly Reputable Member
Join Date: Jan 2006
Location: Atlanta GA
Posts: 631
Thanks: 0
Thanked 0 Times in 0 Posts
Re: learning php

Here's advice I know is good.

Buy a copy of "PHP and MySQL for Dynamic Websites" by Larry Ullman. Make sure you get the second edition if you buy it used (so that PHP 5+ will be included). Go through it methodically and don't rush yourself. Don't skip steps.

When I got to the two introductory mysql chapters (4 & 5), I needed another book. Ullman is a phenomenal PHP teacher but the straight mysql intro is terrrible. Don't even waste your time reading them. Basic mysql is way simple.

Then Chapter 6 to the end is all great. (He's excellent with "PHP & MySQL", it's just the introduction to mysql that is so bad. All IMHO, of course.)

He has a website with excellent support and unlike 90% of the programming texts out there, his examples actually work. And if there's an error, you'll find it on the website.
Reply With Quote
  #7 (permalink)  
Old Jun 7th, 2007, 22:49
Reputable Member
Join Date: Apr 2007
Location: Scotland
Age: 17
Posts: 233
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Blake121
Re: learning php

I kind of agree with masonbarge.

There isn't really many good websites that can teach you PHP in plain English but books can.

I would recommend PHP Solutions by David Powers. It taught me hell of a lot about PHP while making it easy to understand. It also focuses a lot on security. It uses real life examples throughout that you can use immediately.

It teaches you PHP as well as MySQL and how they speak to each other, also giving backwards compatibility for PHP 4.

If you want my advice... Buy this book.
Reply With Quote
  #8 (permalink)  
Old Jun 8th, 2007, 13:50
Reputable Member
Join Date: Jul 2005
Location: Melksham, Wilts, UK
Posts: 293
Thanks: 0
Thanked 0 Times in 0 Posts
Re: learning php

Paula, different books suit different people.

We have around 60 different books on PHP on our shelves here - probably a better selection than most bookshops - and you would be welcome to drop by and browse at your leisure and decide which to order.

Here being http://www.wellhousemanor.co.uk and PLEASE do arrange a time and date ahead if you're going to take up the offer.
Reply With Quote
  #9 (permalink)  
Old Jun 8th, 2007, 15:25
simonb's Avatar
Blog Moderator

Join Date: Dec 2006
Location: Norwich
Posts: 675
Blog Entries: 4
Thanks: 4
Thanked 2 Times in 2 Posts
Send a message via Skype™ to simonb
Re: learning php

i am going to write a artical about it for this site.

You could look at that when i get round to it
Last Blog Entry: Whats your Niche? (Jun 10th, 2008)
Reply With Quote
  #10 (permalink)  
Old Jun 8th, 2007, 22:23
Junior Member
Join Date: May 2007
Location: Dagenham, UK
Age: 24
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Re: learning php

Wow, thanks for all the replies. I'll definitely look into all the suggestions. Thanks again.
Reply With Quote
Reply

Tags
learning, php

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 ASP.NET gustava32 ASP.NET Forum 8 May 2nd, 2007 14:36
Learning cbrams9 Starting Out 4 Mar 13th, 2007 21:01
Learning CSS djme Web Page Design 6 Jan 18th, 2006 21:04
Learning ASP ? Rob Classic ASP 0 Feb 1st, 2004 09:08


All times are GMT. The time now is 01:53.


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