Ok, I hope this makes sense...
Through php I have no problem connecting to, quering (spelling?), viewing a database that Ialready made in MySQL, BUT I cannot create a new one using strictly php. It has to be made through the shell in MySQL first. I am using:
mysql_create_db("New_Database")
or die(mysql_error());
And I get an error on this specific line
it gives me the good old:
Fatal error: Call to undefined function: mysql_create_db()
I'm not sure if anyone can help, I have seen other posts with people who have the same error but their reasons are diffrent than mine. Am I even posting this in the right section of this forum? (This is my first post)