Jump to content

http://localhost/testsite/createdatabase.php show blank page...


Newbie89

Recommended Posts

It sounds like you aren't reporting errors. Either that or your program isn't meant to print anything. Add this at the very beginning of your code to make sure PHP tells you of any errors.

ini_set('display_errors', 1);error_reporting(E_ALL);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...