Re: [PHP-DB] mysqli_connect ??

2012-09-10 Thread Matt Pelmear
Jim, You likely have to install the mysqli package for your distribution. Try a search for something like"ubuntu install php mysqli" or "centos install php mysqli" I can tell you for ubuntu you probably would need to do something like this: sudo apt-get install php5-mysql If you're in a h

Re: [PHP-DB] mysqli_connect ??

2012-09-07 Thread Jim Giner
No - they are not. :( On 9/7/2012 1:32 PM, Bastien Koert wrote: On Fri, Sep 7, 2012 at 10:54 AM, Jim Giner 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 un

Re: [PHP-DB] mysqli_connect ??

2012-09-07 Thread Bastien Koert
On Fri, Sep 7, 2012 at 10:54 AM, Jim Giner 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