Hi,
I'm new here and have searched here in the forums trying to find an answer before posting, but had no luck. I've *VERY* new to PHP/MySQL and I have to update a cardiology site that I built/host. I'm trying to set a register/login/etc set up on the site. And being so new to PHP, I'm dumbfounded by it all!
Here is the problem.
When I go to "login" on the site, it comes up and I put in username and password then click the login button it takes me to a page with the following error:
Fatal error: Call to undefined function: my_error_handler() in *** \mysql_connect.php on line 16
(Note: The *** are just the name of my site/folder)
Here is line 16 of my mysql_connect.php code that the error on the page seems to be pointing to:
my_error_handler (mysql_errno(), 'Could not select the database: ' . mysql_error());
Any help... or a bucket to catch my head as it explodes, would be most appreciated!
Thanks,
Tee