[PHP] Back button issue

2003-08-26 Thread Tom Tsongas
Hello folks. I seem to be encountering a strange problem with one of my PHP pages. I have a form page that has textfields, textareas, pulldowns and menulists on it that the user uses to set up a query to scan for data on our database. After they run the query, they often hit the Back button to

[PHP] PHP page caching issue

2003-08-20 Thread Tom Tsongas
Hi folks. I have an interesting problem with regards to some PHP pages of mine. Basically, I have a form page where the user is able to use list menus, pulldowns, and textfields to enter certain data as part of a mechanism for running a query against our database. Once the user runs the query,

[PHP] Running scripts in non-php file

2003-04-04 Thread Tom Tsongas
Hi folks. This will probably sound like a stupid question, but I will ask it anyway: how can I get the PHP interpreter to execute scripts in files that don't have the .php extension? i.e. if I want to embed php code into a .html or .xml file that gets run. I thought all I had to do was add the

Re: [PHP] Stupid question perhaps?

2003-03-27 Thread Tom Tsongas
- Hash: SHA1 register globals is of in newer versions of php. you can re-enable it in the php.ini.. See http://www.php.net/manual/en/configuration.directives.php#ini.register-globals On Thursday 27 March 2003 10:57 am, Tom Tsongas wrote: I just recently upgraded to PHP 4.3.1 and Apache

[PHP] Stupid question perhaps?

2003-03-27 Thread Tom Tsongas
I just recently upgraded to PHP 4.3.1 and Apache 2.0.44. I had been previously running PHP 4.0.4 and Apache 1.3.20. I had a fully enabled PHP website that I had been developing on for some time. After I upgraded, the entire website is virtually non-functional. I keep receiving 'Page cannot Displ