php-windows Digest 7 Aug 2004 03:05:34 -0000 Issue 2349
Topics (messages 24356 through 24357):
Re: mysql 4.0.12 + php5 + WindowXP = problem
24356 by: Bogdan Ribic
multiple SQL commands using mysql_query in php
24357 by: neil
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
i think you need to add "extension=php_mysqli.dll" rather and put
php_mysqli.dll in your extension directory. That DLL is included in the
PECL package available on php.net. This works fine for me, am also
running PHP4 and 5 on a winbox, but with my MySQL server running on a
linux machine.
niels
Thanx, but I tried both mysql and mysqli, neither will connect at all.
As for your linux box, what version of mysql are you running? I got the
idea that version of libmysql.dll that php_mysql(i) extension requires
works only with 3.X series of mysql.
I installed full php 5.0 zip (7.4 MB) wich includes php_mysqli, does
PECL package contain different files?
Boban.
--
Please reply to the list and not to my email directly.
I use usenet server and do not check yahoo email account.
--- End Message ---
--- Begin Message ---
I am in an early stage learning PHP and MySQL so I can convert my .asp /
MSSQL sites over.
In asp/MSSQL I can open a recordset with a sqlquery with multiple commands
in it.
eg. insert into table1 (test) 'blah' insert into table1 (test2) 'blah2'
insert into table2 (test) 'blah'
I can't see how I can do that with mysql_query in PHP with mysql
Thanks
Neil
--- End Message ---