[PHP] Couldn't run PHP script from CGI-BIN

2001-05-04 Thread Nguyen, David M
I can run PHP script from any directories on my web server but except cgi-bin directory. When I put PHP script inot CGI-BIN and run it from my browser, I receive below error. Does anyone know why? Please help. Internal Server Error The server encountered an internal error or misconfiguration a

[PHP] PHP with Oracle

2001-02-07 Thread Nguyen, David M
I try to use PHP to access Oracle DB. Can someone point me to a good place for demo/sample website or documentation how to do that? I just want how to use PHP and Oracle DB only. Thanks, David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

[PHP] Why???

2001-02-14 Thread Nguyen, David M
Hi all, I have a PHP web form setup for user to fill in information then email it to me after pressing SUBMIT button. Everytime user uses double-quote(") or single(') it inserts (/) right in front of " or '. Does anyone know why and how to fix it? Please advise. Below is example of what I got

RE: [PHP] Why???

2001-02-14 Thread Nguyen, David M
our submission has been sent. Back to Home Page.\n"); print ("\n"); print (""); == -Original Message- From: John Vanderbeck [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 10:07 AM To: Nguyen, David

[PHP] How to make text BOLD

2001-02-16 Thread Nguyen, David M
I want to make my text BOLD using either or but it did not work with PHP. Can someone please advise why not or if there is another way to do it. Thanks, David -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [PHP] How to make text BOLD

2001-02-16 Thread Nguyen, David M
iginal Message- From: Hoover, Josh [mailto:[EMAIL PROTECTED]] Sent: Friday, February 16, 2001 9:35 AM To: Nguyen, David M; [EMAIL PROTECTED] Subject: RE: [PHP] How to make text BOLD Could you send an example of how you're using the bold/strong tags in your PHP code? If we see it, we can p