ShaneBrennan
Programmer
I have a file called create_db1_users.sql which has all the code to :
o drop(if exists) a table,
o create the table again with a new set of properties
o use a series of "INSERT INTO" statements to place some initial data into the table.
Now I can load then run this from phpAdmin, but I want to do it through my web front end. ie. on the click of a button/link or page load simply run the file.
Can anyone help me please as I'm new to php and I'm hitting a brick wall here ;-)
Thanks for any help you offer in advance.
Shane Brennan
'-----------------------
' Emails: shanebrennan@postmaster.co.uk
o drop(if exists) a table,
o create the table again with a new set of properties
o use a series of "INSERT INTO" statements to place some initial data into the table.
Now I can load then run this from phpAdmin, but I want to do it through my web front end. ie. on the click of a button/link or page load simply run the file.
Can anyone help me please as I'm new to php and I'm hitting a brick wall here ;-)
Thanks for any help you offer in advance.
Shane Brennan
'-----------------------
' Emails: shanebrennan@postmaster.co.uk