robmann
12-20-2005, 04:26 PM
how do I change this code
$admin=mysql_result($admin,0);
to use the mysqli, does not work if I
$admin=mysqli_result($admin,0);
I get the following error
undefined function mysqli_result()
$admin=mysql_result($admin,0);
to use the mysqli, does not work if I
$admin=mysqli_result($admin,0);
I get the following error
undefined function mysqli_result()