[PHP-DB] php and MySQL and PostgresSQL at the same time

2003-10-02 Thread Morten Gulbrandsen
Is it possible to use PHP under one Apache WEB application in order to
access

MySQL and at the same time PostgreSQL?



different databases ?



Yours Sincerely



Morten Gulbrandsen

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] php and MySQL and PostgresSQL at the same time

2003-10-02 Thread jeffrey_n_Dyke

I use Apache with PHP using MSSQL and MySQL at the same time...

You'd just need to connect to different databases, the platform should not
matter.

hth
Jeff


   
 
  Morten  
 
  Gulbrandsen To:   [EMAIL PROTECTED] 
  
  [EMAIL PROTECTED]cc:
  
  e   Subject:  [PHP-DB] php and MySQL and 
PostgresSQL at the same time
   
 
  10/02/2003 07:22 
 
  AM   
 
   
 
   
 




Is it possible to use PHP under one Apache WEB application in order to
access

MySQL and at the same time PostgreSQL?



different databases ?



Yours Sincerely



Morten Gulbrandsen

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] php and MySQL and PostgresSQL at the same time

2003-10-02 Thread Martin Marques
El Jue 02 Oct 2003 08:22, Morten Gulbrandsen escribió:
 Is it possible to use PHP under one Apache WEB application in order to
 access

 MySQL and at the same time PostgreSQL?



 different databases ?

Depends on how the question was made.
Yes you can access diferent database engines from the same PHP (if you have 
the modules loaded (or built-in support)).
What you can't do is access simultanously both databases in one query.

-- 
 09:31:01 up 41 days,  1:13,  3 users,  load average: 1.77, 1.75, 1.13
-
Martín Marqués  |[EMAIL PROTECTED]
Programador, Administrador, DBA |   Centro de Telematica
   Universidad Nacional
del Litoral
-

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php