View Single Post
  #2 (permalink)  
Old 07-21-2003, 10:48 AM
IACOJ IACOJ is offline
Moderator
 
Join Date: Nov 2002
Posts: 737
Make a new file called phpinfo.php put the following code in it, upload it to your server and post a link please.
Code:
<? 
phpinfo(); 
?>
If you have mysql4 set in your config.php it wont work, you'll get the same error. Change it to MySQL
Reply With Quote