Results 1 to 12 of 12

Thread: Learning PHP

  1. #1
    Slippery when wet
    Join Date
    Nov 2003
    Location
    Newcastle, England
    Posts
    759
    Thanks
    0
    Thanked
    0 times in 0 posts

    Learning PHP

    Im interested in learning PHP, i have checked out php.net and found a few good tutorials Does anyone know of any more, or any resources i can take a look at? As this is my first "language" as such, im very much a noob so go easy

    Cheers,

    Cr4iG

  2. #2
    HEXUS.net Webmaster
    Join Date
    Jul 2003
    Location
    UK
    Posts
    3,108
    Thanks
    1
    Thanked
    0 times in 0 posts
    Look at the similar threads at the bottom of this screen

  3. #3
    Member
    Join Date
    Jul 2003
    Posts
    77
    Thanks
    0
    Thanked
    0 times in 0 posts
    Or failing that get hold of Beginning PHP 4 by Wrox and then think of a project you can do in php. Use the book as a reference when you need to. You'll learn far more that way. A good project to try is something like making you're own blog, it'll teach you user authentication, database access, etc.

  4. #4
    Furry Shorty's Avatar
    Join Date
    Jul 2003
    Location
    Manchester, UK
    Posts
    1,237
    Thanks
    1
    Thanked
    2 times in 2 posts
    I used this book to get me started:

    http://www.sitepoint.com/books/phpmysql1/

    and now Im working through book 2 of these two:

    http://www.sitepoint.com/books/phpant1/

    Read threads, read books, have a project in your mind and figure out how to make it a reality. It could take a while or a short time, that's the learning curve. After that, take another look at the first code you wrote.. then improve on it. Can you make it more efficent? Drop this and do this a different way?

    PHP is fun
    "In a world without walls and fences, who needs Windows and Gates?"

  5. #5
    Slippery when wet
    Join Date
    Nov 2003
    Location
    Newcastle, England
    Posts
    759
    Thanks
    0
    Thanked
    0 times in 0 posts
    Hey guys, thanks for the help so far

    Just another little question, do you think i should start with a IDE (PHPEditor, Zend Studio, etc) or hand-code PHP (Notepad, EditPlus, jEdit, etc) - Which would be more benificial? Cheers,

    Cr4iG

    Edit: If you say Hand-Code, which editor would you reccomend? And if you say IDE, which IDE would you reccomend? Ta!
    Last edited by Craig; 17-03-2004 at 03:39 PM.

  6. #6
    HEXUS.net Webmaster
    Join Date
    Jul 2003
    Location
    UK
    Posts
    3,108
    Thanks
    1
    Thanked
    0 times in 0 posts
    You'll always learn more hand coding. Try EditPlus or HTMLKit

  7. #7
    Furry Shorty's Avatar
    Join Date
    Jul 2003
    Location
    Manchester, UK
    Posts
    1,237
    Thanks
    1
    Thanked
    2 times in 2 posts
    Quote Originally Posted by Az
    You'll always learn more hand coding. Try EditPlus or HTMLKit
    Yep. Handcode and learn
    "In a world without walls and fences, who needs Windows and Gates?"

  8. #8
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    unlike html, with php you won't really see the fruits of your labour until you run it on a webserver - so I'd use something like editplus (or textpad) with phpdev (www.firepages.com.au) so you've got local php test facilities - makes life much simpler for testing, and this way you can see how you're doing as you go along.

  9. #9
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    unlike html, PHP is nothing similar in comparison to it

    It's a lot harder as it's a programming language as opposed to a mark-up language

  10. #10
    daft ideas inc. scottyman's Avatar
    Join Date
    Jul 2003
    Location
    Charming and Exotic Bracknell
    Posts
    1,576
    Thanks
    2
    Thanked
    3 times in 3 posts
    *grin* true... you can still do all of your layout and templating - in html...
    build the core structure in html and use php tags wherever you need them, and vice versa.
    chuck in some css to give you a consistent look and feel also, save all your work to your webroot folder in phpdev and voila you can see how they integrate... populate a db with some dummy data and away you go!

  11. #11
    Senior Member Kezzer's Avatar
    Join Date
    Sep 2003
    Posts
    4,863
    Thanks
    12
    Thanked
    5 times in 5 posts
    the switch function is my favourite. Also if you use CSS and XHTML then you don't have to bother with using all the tags for tables in the included files using the switch. Very handy indeed!

  12. #12
    Registered User
    Join Date
    Mar 2004
    Posts
    9
    Thanks
    0
    Thanked
    0 times in 0 posts
    The best book out there (I found anyways!) is PHP and MySQL web development, by welling and thomson, SAMS. Good luck learning PHP!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My First Car and learning to drive
    By RoGuE|SaBeR in forum Automotive
    Replies: 21
    Last Post: 25-05-2006, 09:27 AM
  2. adding php to w2k iis5?
    By joshwa in forum Software
    Replies: 13
    Last Post: 29-11-2003, 02:08 PM
  3. Creating databases using PHP?
    By Nemeliza in forum Software
    Replies: 10
    Last Post: 22-11-2003, 10:45 PM
  4. PHP to POST nuke migration
    By Ferral in forum Networking and Broadband
    Replies: 1
    Last Post: 30-10-2003, 08:13 PM
  5. PHP and MySQL
    By Kezzer in forum Software
    Replies: 4
    Last Post: 28-10-2003, 02:59 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •