PDA

View Full Version : connecting to mysql


giants10
04-26-2008, 06:56 AM
when you are trying to access and insert information into a database and you write a code to access it like a dbconnect, does it have to be a .sql file or can it be php?

shyam
04-26-2008, 02:35 PM
it can be both depending on what you are actually doing...usually database setup scripts are maintained as .sql files and your application specific manipulations are in .php