Hi- as a (whisper) asp/access (/whisper) developer, I am somewhat lost with PHP, but as a favour for some friends who are in a band I have created a Flash/php/MySQL site.
The reason I did not go in my field of expertise is that their free server was apache/postgres, and I needed the backend in PHP, planning to get their sysadmin to sort out the postgres database.
However, things change, and they are now planning to host on a pay server, which supports MySQL.
Research has turned up everything I need to create tables, populate them etc, but I am unsure of how to go about creating a database on the remote server. Obviously I cannot ask the sysadmin to do it, so apparently it can be done like
this
(mysql_create_db ("MyNewDatabase"))
Now.. do I just create a page, run this script and start creating tables? Or am I missing something.. like usernames, passwords etc? And how does that get an ODBC..
Or can I do it with something like phpMyAdmin installed on my home PC managing a database on a remote server?
Thank you