+ Reply to Thread
Results 1 to 14 of 14

 

Thread: Best PHP & MySQL

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    736
    Thanks
    4
    Thanked 7 Times in 7 Posts


    Hi,

    Do anyone have any suggestions on the best PHP & MySQL book for a beginner? There are a few out there and I am just trying to decide.

    It needs to be a beginners guide, but one that goes into a fair bit of depth. I don't think PHP & MySQL for Dummies cuts it as it does not teach you how to programme forums & shopping carts, which I would like to learn how to do.

    I did see a book in Borders that covers that, but I can't remember what it is called.

    Any advice is appreciated!

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Posts
    661
    Thanks
    0
    Thanked 0 Times in 0 Posts
    PHP and Mysql Web Development by Welling and Thomson is a pretty good starting point. Once you've got a basic understanding, it's probably best to look at online tutorials that address the specific tasks you are trying to achieve.

  3. #3
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    736
    Thanks
    4
    Thanked 7 Times in 7 Posts
    PHP and Mysql Web Development by Welling and Thomson is a pretty good starting point. Once you've got a basic understanding, it's probably best to look at online tutorials that address the specific tasks you are trying to achieve.
    Thanks for the reply. It does have some excellent reviews in Amazon. The only thing is, this book covers PHP 5 and my hosting company (Clook) only has PHP 4. Do you think that will be a problem? Is PHP 5 totally different to PHP 4, or is it just a matter of missing out on some of the features of PHP 5?

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Sep 2004
    Location
    Knaresborough
    Posts
    475
    Thanks
    0
    Thanked 0 Times in 0 Posts
    you can try php5 on clook though. see this thread on clook forum:

    http://www.clook.info/forum/showthre...highlight=php5

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    736
    Thanks
    4
    Thanked 7 Times in 7 Posts
    Please note that this installation of PHP version 5 is meant as a testing environment and we do not recommend using it in for a live/production website. If you do this you do so at your own risk and should you require support involving the site we will insist that it is reverted back to PHP4 before providing this.
    This bit doesn't fill me with confidence though!

    Maybe I should just learn PHP4 for now?

  6. #6
    Registered User

    Status
    Offline
    Join Date
    May 2005
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I'm thoroughly recommend "Build Your Own Database Driven Website Using PHP & MySQL" by Kevin Yank.

    I bought it and expected it to be very basic. Although it was basic, it built up to very complex scenarios, such as designing a web cart and programming information using cookies, etc.

    Definitely worth a look! Plus you can download the basic first 4 chapters for free.

    Hope that helps.

    Gary

  7. #7
    Registered User

    Status
    Offline
    Join Date
    Jun 2005
    Posts
    971
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by Stellar
    It needs to be a beginners guide, but one that goes into a fair bit of depth. I don't think PHP & MySQL for Dummies cuts it as it does not teach you how to programme forums & shopping carts, which I would like to learn how to do.

    Learn to stand up and walk before you run

    Dummies should be fine for you, you need to know the basics of php once youve grasped that then theres plenty of free online tutorials thatll help you to learn to run
    I'm not the Messiah!
    I say You are, Lord, and I should know. I've followed a few.

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    736
    Thanks
    4
    Thanked 7 Times in 7 Posts
    Dummies should be fine for you, you need to know the basics of php once youve grasped that then theres plenty of free online tutorials thatll help you to learn to run
    True true. I do like to get ahead of myself sometimes!

    In regards to PHP4 vs PHP 5.. as discussed earlier, Clook is testing PHP5 but does not support it.. if I get a book on PHP5 will I run into trouble? Or do you think I should just get a PHP4 book and go from there?

  9. #9
    Registered User

    Status
    Offline
    Join Date
    Feb 2006
    Location
    Gillingham
    Posts
    510
    Thanks
    0
    Thanked 4 Times in 1 Post
    The main differences between PHP4 and PHP5 are:

    MySql is no longer bundled in PHP5 and has been replaced by MySqlite, however MySql should be available on PHP5 servers for a while until it is eventually phased out.

    PHP5 has much better handling of XML files although the old PHP4 functions are still included in PHP5

    PHP5 has IPv6 support for the new IP address system which will eventually replace the present IP4 (eg 128.10.10.10) system.

    PHP5 has better support for OOP( object orientated programing)- Classes methods and objects etc.

    For a quick tutorial on PHP4 try here or W3schools

    Bob

  10. #10
    Registered User

    Status
    Offline
    Join Date
    Apr 2006
    Posts
    736
    Thanks
    4
    Thanked 7 Times in 7 Posts
    Thanks Bob, that helps.

    I have taken Gary's recommendation and ordered "Build Your Own Database Driven Website Using PHP & MySQL" by Kevin Yank.

    Now let the fun begin!

    Thanks all for your help

  11. #11
    We won the cup

    Status
    Offline
    Join Date
    Jan 2004
    Location
    South London
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Good call. I bought the Kevin Yank book and started working my way through it a year or 2 ago.

    Whilst I got distracted before getting through it all, I got enough out of it for my needs, and can always go back in if need be.

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Dec 2005
    Posts
    57
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The SAMS teach yourself range is very good.
    Particularly if it's covering open-source things such as PHP MySQL Apache etc. [Where it is covering official comercial software the comments are sometimes more restrained when it comes to oddities!]

    That said the teach yourslef "PHP, MySQL and Apache" book doesnt' go into much detail at all, the ones that just look at PHP/Mysql are better.

    But you can get most things online these days for free. There are sites and sites, with tutorial after tutorial.
    Also the official php documentation at www.php.net is excellent.
    The official mysql documentation is also reasonably good.

  13. #13
    dmc
    www.webit.net

    Status
    Offline
    Join Date
    Jul 2005
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The Wrox books are outstanding for PHP (begining PHP and PHP web development - in fact these are the only two books I've every used for PHP development)

    DC

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Dec 2004
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts
    The trouble is everyone has their favourite, mine is Sitepoints "Build Your Own Database Driven Website Using PHP & MySQL" by Kevin Yank. as previously mentioned.
    It had an easy guide in setting PHP and MYSQL on the PC which I needed before I could get started.

    However the best way for me to decide is (dare I say it) go into a bookshop and flick through a few pages to see if it covers whatI'm looking for and if I like the writting style. Then If I can resist the temptation in buying then, dosen't often work, I buy online.
    No matter how good I am. I',m still going to Die.
    falklands.info

+ Reply to Thread


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. php scripts to display data from MySql
    By accelerator in forum Programming
    Replies: 3
    Last Post: 03-01-06, 03:26 AM
  2. Anyone anygood with xml, php, mysql and Affiliate Window
    By AnnonnyMouse in forum Affiliate Marketing Lounge
    Replies: 1
    Last Post: 23-09-04, 12:00 PM
  3. php and mysql search
    By andy_jacko in forum Programming
    Replies: 6
    Last Post: 13-09-04, 01:12 PM
  4. PHP & MYSQL
    By Affiliates4u in forum Programming
    Replies: 8
    Last Post: 13-01-03, 09:12 PM

Bookmarks

Posting Permissions

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

Content Relevant URLs by vBSEO 3.5.0 RC2