RE: [PHP-DB] PHP Paging

2003-06-12 Thread Sallee, Helen
If you are on UNIX, you could just use a cgi script and use sendmail command. Helen Sallee VIS Database Administrator http://village.gtedc.gte.com/dataman/ (972) 453-7680 [EMAIL PROTECTED] -Original Message- From: Cory Hicks [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 4:01

RE: [PHP-DB] hiding db password

2003-06-12 Thread Sallee, Helen
: Brent Baisley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 12, 2003 10:44 AM To: Sallee, Helen Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DB] hiding db password I place all my access info in it's own directory that is not directly accessible via the web. I usually place this on the same lev

[PHP-DB] hiding db password

2003-06-12 Thread Sallee, Helen
Hi, I'm new to PHP and need to know how I can completely hide Oracle database password used in OCILogon call. Since all .php pages can be read by www user, if the userid and password are coded in the .php page, they anyone can fopen this file and view the contents (right?) - this presents a sec