[PHP-DB] Secure PHP to remote Sybase server

2002-03-06 Thread Dennis Khaw
Hi Everyone, This is the setup: A front-end Sun Solaris 8 server running Apache and mod php. A second server running Solaris 8 and Sybase. Clients with a web browser connects to the front-end server and submit a query. Apache/php then opens a remote connection to Sybase on the second server

[PHP-DB] Secure Sybase DB connection

2002-02-19 Thread Dennis Khaw
Hi Everyone, I am relatively new to php. I am currently developing a php 4.x application running on an apache 1.3.x web server which connects to a remote sybase SQL ASE 12 server. My main concern is with the command sybase_connect (server, username,password) on the web server. Obviously, the