RE: [PHP] stupid problem

2002-02-18 Thread Rick Emery
show html show code -Original Message- From: John Gurley [mailto:[EMAIL PROTECTED]] Sent: Monday, February 18, 2002 9:36 AM To: [EMAIL PROTECTED] Subject: [PHP] stupid problem I am getting a variable from a web page ($inst) which is looked at by the loop: if ($inst == 2) { do stuff }

RE: [PHP] stupid problem!

2001-02-15 Thread Jon Haworth
This is because your server is set up to parse .php files as php, and .html files as html. If you have access to your httpd.conf or whatever, you can set it to include .html files in the php parsing. If not, you'll have to stick with calling your php files .php. HTH Jon -Original

RE: [PHP] stupid problem!

2001-02-15 Thread kaab kaoutar
ROS~1\iexplore.exe" -nohome may i erase it and put instead it c:\php\php.exe -q %1 ? Thanks From: Jon Haworth [EMAIL PROTECTED] To: 'kaab kaoutar' [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: [PHP] stupid problem! Date: Thu, 15 Feb 2001 12:14:35 - This is because your server is set up to parse