05-19-2009, 02:59 PM
|
#30 (permalink)
|
|
The Contributor
Join Date: Mar 2009
Location: US
Posts: 76
Thanks: 0
|
Quote:
Originally Posted by TheOnly92
Ok, it seems a lot have been asking me to really learn SQL well... Quite reluctant, to be honest, those "CREATE TABLE" thingy really did made my mind burst. I will try SQL again, if I bump into problems, I will be posting here hopefully you will help me.
But the fact is that some of my script's users might be using on their localhost, which means Windows, then I must really need to ask them to install the sqlite extension (which will be annoying because quite many users simply don't know how to read instructions)...
|
Why Not use a WAMP setup?
(Windows, Apache, MySQL, PHP)
MySQL has phpmyadmin and your windows users can install WAMP, and they will be all set.
Using MySQL you don't need to worry about creating tables just selecting, inserting, deleting
|
|
|
|