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
7.2 is a bit quirky. Again, its all hear say. -Original Message- From: Andrew Hazen [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 8:31 AM To: [EMAIL PROTECTED] Subject: mysql/php on linux Hi all, This is probably a boring repeat question, so maybe someone can just point us

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

Newbie installation problems with Apache/MySQL/PHP under Linux

2001-05-04 Thread Kelly D. Carter
Rather than tell me my question is too far off-topic from MySQL list, would you please suggest another list that you know of? Thanks, but if you are willing to help, here is my problem: I'm attempting to get Apache, MySQL, and PHP working together on a RedHat Linux system that I have total