forums.sudhian.com/messageview. cfm?catid=100&threadid=62873
vk.
On Mon, 30 Aug 2004 13:42:26 -0400, Scott Hamm <[EMAIL PROTECTED]> wrote:
> How secure is PhpMyAdmin?
>
Hi,
I want to run Tomcat with PHP and MySQL on RedHat/Debian linux.
Can anyone shed some light on this for me please. (I mean a tutorial
, basic step by step instructions or an URL where i can find some
positive information)
thanks.
Viraj.
Hi,
I want to run Tomcat with PHP and MySQL on RedHat/Debian linux.
Can anyone shed some light on this for me please. (I mean a tutorial
, basic step by step instructions or an URL where i can find some
positive information)
thanks.
Viraj.
Hi,
I want to run Tomcat with PHP and MySQL on RedHat/Debian linux.
Can anyone shed some light on this for me please. (I mean a tutorial
, basic step by step instructions or an URL where i can find some
positive information)
thanks.
.Viraj.
Rajeev,
first see this line in your httpd.conf..
Your line ---> ScriptAlias /php/ "D:\Program Files\PhP/php-4.2.1-Win32/"
see the difference .. you have set the Alias path incorrectly..
change it to this... (A Slash can change a world)
ScriptAlias /p
please post the both codings. This may be a
variable name missmatch or something similar,
can't give a solution witout go through the coding.
vk
www.CeyNet.net - The Lowest Cost Web Hosting (100% reliable)
-Original Message-
From: Reetu Singh [mailto:[EMAIL PROTECTED]]
Sent: Sunday, Ju
Regarding your php code, did you configure the httpd conf file to
handle PHP on your server? If not, this is the reson, your server
still do not know how to handle the php scripts..
look for these entries in your httpd.conf file,
if not existed add them according to your paths.
Action ap
look for these entries in your httpd.conf file,
if not existed add them according to your paths.
Action application/x-httpd-php /php/php.exe
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
ScriptAlias /php/ "C:/php/"
vk
http://c
Hi,
You have done some errornous escapings from
php in your script. I did some fewer modifications and
now script is working. Compare the ?>'s //end escape here for the first if block
//start the html content
Unable to connect to the database server at this time.
//