Jump to content

Just want to learn PHP


DreamerX

Recommended Posts

Here's what you should learn in addition to PHP:

 

1. HTML.  PHP is primarily used for websites.  HTML is the language that browsers read to construct and display sites.

2. CSS.  Cascading Style Sheets, which are used in conjunction with HTML.

3. A database of some sort.  MySQL is essentially the default choice.

4. JavaScript.  This is where the web is moving, for better or worse.

5. Object Oriented Programming (OOP).  OOP is a programming methodology, so it's not something tied just to PHP.  Still, it's the industry standard way of programming.

 

Books on PHP:

 

Start with: http://www.amazon.com/PHP-World-Wide-Web-Second/dp/0321245652/ref=sr_1_2?s=books&ie=UTF8&qid=1284562565&sr=1-2  It's about as good a primer on the language you can find, and it's gentle to absolute beginners.  It talks about the old version of PHP (4), but there's nothing in here that's different than the current version.

 

Then, go to: http://www.amazon.com/Objects-Patterns-Practice-Experts-Source/dp/143022925X/ref=sr_1_3?s=books&ie=UTF8&qid=1284562781&sr=1-3  Your primer for both OOP and PHP 5.

 

This should get you started.

Link to comment
Share on other sites

I was trying the video tutorials from SitePoint.com, but they always seem to leave out key information for the noivce/beginner. I want to know how to code from scratch and with best practices., but I always feel that they jump ahead beyond my knowledge level. Should I learn anything else BEFORE I try to learn PHP? Can anyone suggest a good place to go where I can learn the basics?

 

Thanks!

 

Lex

Link to comment
Share on other sites

Here's what you should learn in addition to PHP:

 

1. HTML.  PHP is primarily used for websites.  HTML is the language that browsers read to construct and display sites.

2. CSS.  Cascading Style Sheets, which are used in conjunction with HTML.

3. A database of some sort.  MySQL is essentially the default choice.

4. JavaScript.  This is where the web is moving, for better or worse.

5. Object Oriented Programming (OOP).  OOP is a programming methodology, so it's not something tied just to PHP.  Still, it's the industry standard way of programming.

 

Books on PHP:

 

Start with: http://www.amazon.com/PHP-World-Wide-Web-Second/dp/0321245652/ref=sr_1_2?s=books&ie=UTF8&qid=1284562565&sr=1-2  It's about as good a primer on the language you can find, and it's gentle to absolute beginners.  It talks about the old version of PHP (4), but there's nothing in here that's different than the current version.

 

Then, go to: http://www.amazon.com/Objects-Patterns-Practice-Experts-Source/dp/143022925X/ref=sr_1_3?s=books&ie=UTF8&qid=1284562781&sr=1-3  Your primer for both OOP and PHP 5.

 

This should get you started.

 

OMG I'm blushing. I totally didn't see that post. ::)

 

Excellent info thanks..!  >bury head in sand<  :shrug:

Link to comment
Share on other sites

I was trying the video tutorials from SitePoint.com, but they always seem to leave out key information for the noivce/beginner. I want to know how to code from scratch and with best practices., but I always feel that they jump ahead beyond my knowledge level. Should I learn anything else BEFORE I try to learn PHP? Can anyone suggest a good place to go where I can learn the basics?

 

Thanks!

 

Lex

 

hey can you please tell me where did you find php tutorial videos on sitepoint?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.