[PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
Any one use or know of a php/mysql/unix-Linux hosting company with PHP database support compiled with all the major DBMS's such as: mSQL MySQL PostgreSQL Sybase Oracle Informix MS-SQL Other ODBC Database I will need to use some or all of these DBMS PHP functions for remote access. thanks,,

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
... -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 8:53 PM To: PHP DB Mailing List Subject: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? Any one use or know of a php/mysql/unix-Linux hosting company with PHP database

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
price but not all the features you need... -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 8:53 PM To: PHP DB Mailing List Subject: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? Any one use or know of a php/mysql/unix

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? Even if a PHP host doesn't have all the DBMS extensions you need, you could compile them and load them yourself with dl() http://www.php.net/manual/en/function.dl.php I thought you might want to keep

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
missing it? Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 6:37 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? I'm not sure

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
-DB] php/mysql/unix-Linux hosting with major DBMS support? Help. I just spent the last hour looking for the the PHP extension library to see what the the PHP extension defined in library is to put in dl (string library); to load an extension at run time. has someone seen the library door? I

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 8:13 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? The ext/ directory under the PHP source tree contains the source to the extensions... You're right about the dl() syntax, except the parameter would

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
[mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 11:45 PM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? thanks Mat, I found this FAQ: When I try to connect to mysql from php I get this error: Call to unsupported

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 8:53 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? That's all there is to it, I'm just not sure how to compile the mysql.so file! I looked through the PHP source tree, but the makefiles

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
??? tell us how it works.. Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 9:18 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? dl

RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Matthew Loff
. mysql.so) that you need... I'd check for .rpm files... -Original Message- From: Ken Sommers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 12:43 AM To: Matthew Loff; 'PHP DB Mailing List' Subject: Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? I think and hope

Re: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support?

2001-07-16 Thread Ken Sommers
,,just dl() it . Ken - Original Message - From: Matthew Loff [EMAIL PROTECTED] To: 'Ken Sommers' [EMAIL PROTECTED]; 'PHP DB Mailing List' [EMAIL PROTECTED] Sent: Monday, July 16, 2001 9:56 PM Subject: RE: [PHP-DB] php/mysql/unix-Linux hosting with major DBMS support? You're correct