I am getting the following error when I try and use login.php.
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/eschertech/escher/include/database.php on line 18
I believe it is because MYSQl does not have a table set-up in the database, how do I create the table ?
Many Thanks
Denis Croombs
this means that your php was not compiled with mysql support. get a version with mysql support and see how it goes, come back with another question.
Log in to post a comment.
I am getting the following error when I try and use login.php.
Fatal error: Call to undefined function: mysql_connect() in /var/www/html/eschertech/escher/include/database.php on line 18
I believe it is because MYSQl does not have a table set-up in the database, how do I create the table ?
Many Thanks
Denis Croombs
this means that your php was not compiled with mysql support. get a version with mysql support and see how it goes, come back with another question.