Justtechjobs.com Find a programming school near you






Online Campus Both


php-db | 2001072

Re: [PHP-DB] remote database exchange From: CC Zona (cczona <email protected>)
Date: 07/16/01

In article <012601c10e4a$6c7a2ec0$b943500c <email protected>>,
 mrsql.php <email protected> (Ken Sommers) wrote:

> Suppose I Need to get Vendor prices from a very large remote (Oracle) price
> list .
> They probably don't have PHP installed.

If...

-you have PHP installed,
-AND you have Oracle support compiled in to that install,
-AND you have connection info (username/password/hostname) for an account
on that Oracle system that has been granted access to vendor prices,
-AND you know how to use PHP's Oracle functions,
-AND you know how to query an Oracle database

...then you're set. Whether they have PHP installed or not is irrelevant.

-- 
CC

-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-db-unsubscribe <email protected> For additional commands, e-mail: php-db-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>