Hi John,

John Nichel wrote:
> Paul Hickey wrote:
>> I don't understand why I'm getting "undefined function" errors.
>> PHP.ini has no reference to mysqli. I don't know if changing this would
>> enable the functions specific to PHP > 4.x.
> 
> In your configuration line (how php was configured then compiled), you
> have...
> 
> --with-mysqli=/usr/local/mysql/bin/mysql_config
> 
> That is why you are getting undefined function errors.  Your version of
> php is using mysqli, not mysql.  You have two options: a) Recompile php
> or b) Change all mysql_* functions to their counterparts in mysqli_*


Hmm, that's how I *should* have put it. :)

Cheers,

David
-- 
David Grant
http://www.grant.org.uk/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to