Hi List,
I am new to PHP and as well as with MySQL,
<?php
$si = function_exists ( 'mysqli_connect' ) ; if ( $si ) { echo ' MySQLi appears to be installed correctly ' ; } else { echo 'MySQLi <B> does not </B> appears to be installed. ' ; } ?> I understand that it is a configuration error somewhere, as I
am new here in this world I am unable to figure out what ?
I am attaching the php.ini for the reference.
Praveen K.
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- =-=-=-=-=-=-= Site : http://praveenkatiyar.co.cc
|
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php