RE: mysql/php on linux

2002-03-23 Thread Andy Cheng
Apache not understand the php script? Thanks From: Jim Philips [EMAIL PROTECTED] To: Andy Cheng [EMAIL PROTECTED] Subject: RE: mysql/php on linux Date: 18 Mar 2002 21:59:09 -0500 You should not save php scripts in cgi-bin. They need to be in your document root directory or a sub-directory

RE: mysql/php on linux

2002-03-23 Thread Todd Williamsen
Sounds like php isn't compiled correctly. Make sure the module for php is installed in apache -Original Message- From: Andy Cheng [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 23, 2002 1:48 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: mysql/php on linux Hello all

RE: mysql/php on linux

2002-03-23 Thread Jim Philips
? Could some one send me a working php script and instruct me how to test it? Thanks From: Todd Williamsen [EMAIL PROTECTED] To: 'Andrew Hazen' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: mysql/php on linux Date: Mon, 18 Mar 2002 08:50:28 -0600 PHP http

RE: mysql/php on linux

2002-03-23 Thread Andy Cheng
of http.conf is different. How do I check if the module is load or installed? From: Dustin Rabe [EMAIL PROTECTED] To: Andy Cheng [EMAIL PROTECTED] Subject: RE: mysql/php on linux Date: Sat, 23 Mar 2002 11:57:53 -0800 (PST) Try adding this to your http.conf file in apache. ScriptAlias /php/ c:/php

Re: mysql/php on linux

2002-03-23 Thread Ken Anderson
. How do I check if the module is load or installed? From: Dustin Rabe [EMAIL PROTECTED] To: Andy Cheng [EMAIL PROTECTED] Subject: RE: mysql/php on linux Date: Sat, 23 Mar 2002 11:57:53 -0800 (PST) Try adding this to your http.conf file in apache. ScriptAlias /php/ c:/php/ AddType

Re: mysql/php on linux

2002-03-20 Thread bob parker
On Tuesday 19 March 2002 11:35, you wrote: Hi all, I too new to php and mysql, trying to get things works. I installed Redhat 7.2, Apache, mysql and php. I copied a sample php script from the internet and save it as phptest.php in my cgi-bin. When calling it from my browser, I got Format

Re: mysql/php on linux

2002-03-18 Thread Jim Philips
There is a tool that will automate the installation process, if you like. It can be found at: http://www.apachetoolbox.com/ You tell it what you want and with what features. Then it proceeds to download the files, configure, make and install them. It works quite well in my experience. On Mon,

RE: mysql/php on linux

2002-03-18 Thread Todd Williamsen
PHP http://www.php.net/manual/en/install.linux.php mySQL http://www.mysql.com/doc/L/i/Linux.html I never had any problems with mysql and PHP talking to each other on Linux, and I am very wet behind the ears with Linux. Maybe you can give us an error messages you are receiving, and that will

RE: mysql/php on linux

2002-03-18 Thread Andy Cheng
it in my cgi-bin? Could some one send me a working php script and instruct me how to test it? Thanks From: Todd Williamsen [EMAIL PROTECTED] To: 'Andrew Hazen' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: mysql/php on linux Date: Mon, 18 Mar 2002 08:50:28 -0600 PHP http://www.php.net