Jump to content

Books/Question


Jonathan

Recommended Posts

Just go to B&N and seach for \"mysql\".

 

The Dubois 4th edition is great, I have it and it will serve all your MySQL needs.

 

The O\'Reilly one is good if you want something that combines the MySQL with PHP.

 

You have to watch out for the books - some have all MySQL and a little PHP, some have all PHP with a little MySQL and some mix the two. The SAMS books are OK though you can do better for $$$ than B&N.

Link to comment
Share on other sites

a mysql db is just basically data storage, mysql is the commands to retrieve and do what you want with the stored data, but php by itself does not have to use a mysql db to work it can use several other database storages too such as oracle for example.

learning mysql is simply just to learn how to add, delete and modify data from a mysql database using it\'s commands.

 

it\'s not really a language, but in truth you could learn the whole of php without ever touching mysql or even knowing what it is, so if that were the case and you came to try it, it would be just like learning a new language because of the command syntax\'s and etc to do what it is you want with database storage

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.