On Fri, Sep 7, 2012 at 10:54 AM, Jim Giner <jim.gi...@albanyhandball.com> wrote:
> Experimenting with prepared statements - trying out for the first time.
>
> I keep getting a fatal error on this statement:
>
> mysqli_connect(.....)
>
> Message is:
> Fatal error: Call to undefined function mysqli_connect() in
> /home/albany/php/sqli_db_connect_select.php on line 6
>
> My host is running php 5.3.9
>
> Can anyone clue me in?  I copied my usage directly from the manual!
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

Check to see if mysqli_functions are enabled with phpinfo()

-- 

Bastien

Cat, the other other white meat

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

Reply via email to