| 
 Posted by Andy Hassall on 11/05/06 23:00 
On Sun, 05 Nov 2006 23:40:13 +0100, "J.O. Aho" <user@example.net> wrote: 
 
>try with mysqli_connect() instead of the mysql_connect() 
>see www.php.net/manual/en/function.mysqli-connect.php 
>and www.php.net/manual/en/ref.mysqli.php 
 
 Has mysqli been backported to PHP 4, I though it required PHP 5? 
 
 If he's getting an error about having a pre-4.1 MySQL client then mysqli won't 
run anyway, since it also requires a 4.1.3 or later MySQL client. 
 
--  
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk 
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
 
[Back to original message] 
 |