HI All

I am usually a VB programmer but now need to know some php stuff

I am working remotely and would like to be able to upload my sql database script the the server via FTP and then then open the script file on the server and finally create the database by executing the commands in the file.

I would like to do this as a batch and not have to write a PhP script line by line to create the database structure.

Any pointers would be a real help.