Hi,
when I try to use this code:
$db_pointer = mysql_connect($sql_server, $sql_user, $sql_pass);
I'll get the following error:
Fatal error: Call to unsupported or undefined function mysql_connect()
What is going on? Am I doing something wrong? I'm using Apache 1.3.12 + PHP 3.0.16 + MySQL 3.22 on a Win95 machine...
is there an module I need to load???
Please help me!
Greetz,
Paul