Re: [PHP] konquerer and php

2001-08-25 Thread Scott
I should probably just forget I ever sent this post, but in case anyone is curious, the problem was that I was using the address cached in the address bar in Konqueror to open the home page of the application. For some reason this address was "file: /var/ww/html/homepage.html" instead of http

Re: [PHP] konquerer and php

2001-08-24 Thread
From: Scott <[EMAIL PROTECTED]> Date: Thu, Aug 23, 2001 at 08:29:07PM -0400 Message-ID: <[EMAIL PROTECTED]> Subject: [PHP] konquerer and php > I have a database browser that I made with php and mysql. When I use it in > Netscape it behaves normally. However when I view it using Konquerer, al

Re: [PHP] konquerer and php

2001-08-24 Thread Martín Marqués
On Jue 23 Ago 2001 22:33, Scott wrote: > What's happening specifically is that I have an html form with action > "whatever.php" and when I click on submit I get code echoed to the screen. > As I said it works normally in Netscape, I get the php page with all the > data displayed perfectly. That´

Re: [PHP] konquerer and php

2001-08-23 Thread Scott
What's happening specifically is that I have an html form with action "whatever.php" and when I click on submit I get code echoed to the screen. As I said it works normally in Netscape, I get the php page with all the data displayed perfectly. Thanks, SW On Thursday 23 August 2001 20:28,

RE: [PHP] konquerer and php

2001-08-23 Thread Jason Murray
> I have a database browser that I made with php and mysql. When I use it in > Netscape it behaves normally. However when I view it using Konquerer, all > kinds of php code shows up on the screen when I execute a php page. I > thought that Konquerer might not be recognizing the start and end