Re: [PHP-DB] Adding MySQL support to PHP - libmysqlclient.so version problem

2003-06-15 Thread Doug Thompson
So look a little farther down the list and try the RPM for RH9.0. On Mon, 16 Jun 2003 00:05:19 -0400, Jack Orenstein wrote: >Doug Thompson wrote: > >>This is in the archives, but it was faster to find it in my stack of saved stuff: >> >> >>For those who installed RH 8.0 and went threw the same p

Re: [PHP-DB] Adding MySQL support to PHP - libmysqlclient.so versionproblem

2003-06-15 Thread Jack Orenstein
Doug Thompson wrote: This is in the archives, but it was faster to find it in my stack of saved stuff: For those who installed RH 8.0 and went threw the same php/mysql woes you just have to go to http://rpmfind.net/linux/rpm2html/search.php?query=php-mysql And install the 8.0.5 (psyche?) or 8.0

Re: [PHP-DB] Adding MySQL support to PHP - libmysqlclient.so version problem

2003-06-15 Thread Doug Thompson
This is in the archives, but it was faster to find it in my stack of saved stuff: For those who installed RH 8.0 and went threw the same php/mysql woes you just have to go to http://rpmfind.net/linux/rpm2html/search.php?query=php-mysql And install the 8.0.5 (psyche?) or 8.0.7 php-mysql rpm. D

[PHP-DB] Adding MySQL support to PHP - libmysqlclient.so version problem

2003-06-15 Thread Jack Orenstein
I need MySQL support from PHP to support the HORDE/IMP webmail package. I just installed RedHat 9, and this included PHP 4.2.2-17. According to the PHP test.php page, MySQL support was configured: --with-mysql=shared,/usr However, later in the test.php page, there is no section on MySQL. (Fur

RE: [PHP-DB] Session Question

2003-06-15 Thread Peter Monk
Graeme, What version of PHP? If you're using $HTTP_SESSION_VARS[] to store your variables (if 4.0.6 or earlier) or $_SESSION[] (if later) you shouldn't use session_register(). Peter. -Original Message- From: Boa Constructor [mailto:[EMAIL PROTECTED] Sent: Sunday, 15 June 2003 3:50 AM

Re: [PHP-DB] php_mssql.dll

2003-06-15 Thread Frank M. Kromann
Hi, This is caused by missing dll's. You need to install the client tools from MSSQL Server on your PHP box. You can also copy ntwdblib.dll from winnt\system32 on the SQL Server to the same directory on the PHP box. If you want to be able to create custome configurations of the client you need to

Re: [PHP-DB] PHP transfer variable question?????

2003-06-15 Thread linton
thanks! The show.php file is ok when I use $_GET['id']. But when I turned register_globals On in PHP.ini and don't use $_GET['id'], echo $querystring in show.php file display empty: SELECT * FROM news_tb WHERE id='' ---??? why? "Ric

[PHP-DB] Re: php_mssql.dll

2003-06-15 Thread nabil
go and download a new version ... then change the extention dir in php.ini , restart ur IIS and then BINGO "Louai" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I got the following error when I tried to connect to MS SQL server: > > Unknown () mssql: unable to initialize module >

[PHP-DB] php_mssql.dll

2003-06-15 Thread Louai
I got the following error when I tried to connect to MS SQL server: Unknown () mssql: unable to initialize module Please advise -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php