View Single Post
Old
  (#2 (permalink))
IACOJ
Moderator
 
Status: Offline
Posts: 737
Join Date: Nov 2002
07-21-2003, 10:48 AM

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