> if ($dbc = mysql_connect()){
>  // do the thing
> } else {
>   echo "Error: ".mysql_error();
> }
> 
> This will show you the problem.

Again, I get this error: 
Fatal error: Call to undefined function mysql_connect() in
C:\wamp\www\database.php on line 16

What I am wondering now is if somehow along the way, the connectivity
between mysql and php wasn't installed in wamp.



Reply via email to