View Single Post
  #6 (permalink)  
Old 06-19-2004, 10:44 AM
Till's Avatar
Till Till is offline
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
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
Reply With Quote