Quote:
Originally posted by polaine
Yup, still looking
I require php and mysql
Just wondering: would i require MySQL on the server if i'm connecting to a database on my computer using php?
|
It depends on if you are using MySQL. MySQL is not "the database", but just another SQL database. There's plenty of options. Maybe you don't even need it. You could have a flat file database, which is just another way of saving data to a text file.
Till