Results 1 to 5 of 5

Thread: Adbanced PHP/MYSQL Books

  1. #1
    4x4
    Join Date
    Oct 2004
    Posts
    1,043

    Adbanced PHP/MYSQL Books

    Does anyone know of any good advanced php and/or mysql books? (They can be separate.)

    I'm looking for techniques for designing applications that require extensive configuration files and what's the best way to store that data in mysql. I want to make sure it runs fast and also don't want to store the configuration in a php file, and I know big apps like vbulletin do this, and I'd like to learn as much as possible about designing large applications that work efficiently.

    I know about database normalization and consider myself a good php / mysql developer but I'd like to take my skill to the NEXT level.

    Thanks
    -Todd

  2. #2

  3. #3
    4x4
    Join Date
    Oct 2004
    Posts
    1,043
    Quote Originally Posted by ASP-Hosting.ca View Post
    Check out "PHP and MySQL Web Development" its a good book - I have the second edition, but there is a third now...
    I have that one already.

    Thanks
    -Todd

  4. #4
    Registered
    Join Date
    Mar 2006
    Posts
    156
    I don't have 1 specific book to recommend, but for what you said, it might be better to look for 2 or 3 different books.

    One that focus on database optimization for large websites and specifically MySQL.
    And other to find out about PHP best practices and ways of "going to the next level" in your development. You probably want to look at OOP programming, MVC, Frameworks and related stuff.

    You can find some really interesting info on how big websites work, by looking at the case studies of this sites. Specially when they talk about how and why they changed databases or programming languages, how they optimized the db, caching, servers architectures, programming techniques, etc.
    Last edited by Nico; 10-16-2007 at 07:40 PM.

  5. #5
    Registered Alien
    Join Date
    Aug 2004
    Location
    .au/.sg
    Posts
    58
    "High Performance MySQL - O'Reilly" and "MySQL Database Design and Tuning - MySQL" are good. And sites like http://www.planetmysql.org/ , http://www.mysqlperformanceblog.com/ , http://www.planet-php.org/ , etc,.

Similar Threads

  1. How to sell these books?
    By agua in forum General Chat
    Replies: 9
    Last Post: 01-31-2006, 12:38 PM
  2. Anyone have these books?
    By deronsizemore in forum General Chat
    Replies: 4
    Last Post: 12-03-2005, 06:25 AM
  3. Business / Motivational Books ?
    By Todd W in forum General Chat
    Replies: 29
    Last Post: 06-14-2005, 11:46 AM
  4. Confused with books.
    By RandyMc in forum General Chat
    Replies: 1
    Last Post: 05-30-2005, 03:31 PM
  5. AWS Books
    By Chris in forum Advertising & Affiliate Programs
    Replies: 18
    Last Post: 02-03-2004, 01:55 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
  •