4 does not come with the mysqli extension. You would need to download it
(seprately or as part of the php5 module) and then move the extension
aapropriate folder...
Bastien
From: Andre Matos <[EMAIL PROTECTED]>
To: "'PHP-mailist (PHP-mailist)'"
Subject: [PHP-DB] MySQL 4.1 and PHP4
Date: Sun,
Hi,
It is possible to use mysqli_connect and the others mysqli functions in
PHP4? I have downloaded the PHP4 and compiled using these parameters on my
MacOSX:
./configure --prefix=/usr/local/php4compiled
--with-apxs=/usr/sbin/apxs
--enable-mbstring
--with-xml
--with-mysql=/usr/local/mysql
--with-
Hi folks,
I've got a question concerning an upgrade from mysql to mysqli using
prepared statements.
Back then wit hmysql we used something like this:
$sqlst="SELECT * FROM table WHERE itemid='$_GET[itemid]'";
$result=mysql_query($sqlst);
$row=mysql_fetch_array($result);
What we got out of this w