Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Beginning PHP
|
Beginning PHP Beginning-level PHP discussions. More advanced coders should post to the Pro PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Beginning PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 21st, 2006, 12:34 AM
Authorized User
 
Join Date: Sep 2006
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
Default When to start learning mysql

At what point should I learn about mysql? I have already done a bit of simple file I/O, and now a bit about classes and objects.

"Judge a man by his questions, not by his answers."
-Voltaire
\
__________________
\"Judge a man by his questions, not by his answers.\"
-Voltaire
 
Old November 22nd, 2006, 05:50 AM
Friend of Wrox
 
Join Date: Nov 2005
Posts: 223
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Its not about learning mySQL in particular but more about understanding SQL as database language. SQL is used when you are working with databases. MySQL is just one of the companies that have their own database software. One of the advantages is the MySQL is that it's free to download.

SQL is something which every programmer and webdeveloper should have knowledge about.

__________________________________________________ ________
I am DJ Kat...that's my name. Its a D and a J and a Kat with a K.
 
Old November 22nd, 2006, 08:24 AM
Friend of Wrox
 
Join Date: Dec 2003
Posts: 488
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Quote:
quote:One of the advantages is the MySQL is that it's free to download.
Another (more important one IMO) is that it is Free as in "freedom" - you can see the source code, change it, and share it cf. http://www.gnu.org/philosophy/free-sw.html

--
Don't Stand on your head - you'll get footprints in your hair
                                           http://charlieharvey.org.uk
                                              http://charlieharvey.com
 
Old January 29th, 2007, 10:07 AM
Authorized User
 
Join Date: Jan 2007
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default

well, basically, and in my opinion it only depends on the questions that your applications will need to ask to your data: As long as it is "Give me a list of..." then simple text files are way enough. When your question will evolve to: "What invoices belong to this specific client?" or "Tell me ne name of clients that owe me money", then yes, learn about MySql...

Resuming, when 2 or more entities are part of the question (client/invoices, client/accounts in the examples), then you should use relational, meaning, a database.

Visit my page: http://www.webrickco.com
 
Old February 5th, 2007, 11:16 PM
Registered User
 
Join Date: Feb 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to falkflyer Send a message via MSN to falkflyer
Default

MySQL is easy. I learned it with PHP (although I learn more all hte time), it's pretty simple, I recommend http://www.w3schools.com . They have great tutorials, learned most web stuff from them.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Learning C# Jael C# 1 October 19th, 2005 07:54 PM
Start learning OS fuehrer C++ Programming 2 April 30th, 2005 12:36 AM
Need suggestion how to start learning C# & ActiveX not24 C# 4 May 17th, 2004 05:01 PM
i am learning kuehhc Beginning PHP 4 March 29th, 2004 04:33 PM
I want to start learning Java Gerd Molkens BOOK: Beginning Java 2 3 February 19th, 2004 10:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.