Brent,
Declaring the DOCTYPE did it! I completely overlooked that. Thank you very
much for your help.
Jeff
At 06:40 AM 11/17/2004, Brent Baisley wrote:
For the record, this is NOT a PHP problem. I have no problem on my Mac
using Safari or FireFox, or even Camino .7. However, there is a problem
of bad HTML, something MS actually bragged about recently.
You should run your web page through one of the validators on the
internet. It will tell every little thing that is wrong with your html.
http://validator.w3.org/
On Nov 16, 2004, at 3:24 PM, Jeff - Webmaster wrote:
Hello all. I have c
Hello all. I have created a few PHP pages on our website where users can go
a fill out a simple form and submit it to our support department using the
post method. For users on PC's, this works flawlessly. I am getting
complaints from people who use Macintosh who say that they are not able to
t
.
anonymous
On Nov 16, 2004, at 2:24 PM, Jeff - Webmaster wrote:
Hello all. I have created a few PHP pages on our website where users can
go a fill out a simple form and submit it to our support department using
the post method. For users on PC's, this works flawlessly. I am getting
complaints
Turned out to be something different about PHP 4.3.8 vs. 4.3.4. That was
the only difference between the two servers. As soon as I corrected that,
all files are working like they used to. Thanks for your help.
Jeff
At 05:22 PM 8/26/2004, John Holmes wrote:
Jeff - Webmaster wrote:
Intersting
Removing the "." got rid of most of the errors, but two remain:
Notice: Undefined variable: headers in E:\domains\swinos\contact.php on line 4
Notice: Undefined variable: message in E:\domains\swinos\contact.php on
line 12
The offending lines are:
4 - $headers = "MIME-Version: 1.0\r\n";
and
12 -
Intersting. This is the same pair of html and php files that was functional
on another server. Can you think of any reason that could account for the
difference?
Jeff
At 01:51 PM 8/26/2004, John Holmes wrote:
Jeff - Webmaster wrote:
Another website dies on line 4 here:
$headers .= "
Another website dies on line 4 here:
$to = "[EMAIL PROTECTED]";
$subject = "Swinos.com Booking Contact - $name";
$headers .= "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html; charset=iso-8859-1\r\n";
$headers .= "From: swinos.com <[EMAIL PROTECT
Here is a snippet of the code that is being choked on. The first failure
comes from line 6:
The variables are being passed from an html form that calls this script
with the post method.
Jeff
At 12:06 PM 8/26/2004, John Holmes wrote:
From: "Jeff - HarborNet" <[EMAIL PROTECTED]>
Hello all. I jus
The error reporting level is the same as it was for the same websites on a
different server that is working.
Jeff
At 11:49 AM 8/26/2004, Greg Donald wrote:
On Thu, 2004-08-26 at 12:55, Jeff - Webmaster wrote:
> Hello all. I just finished placing a new server in production and PHP is
&g
Hello all. I just finished placing a new server in production and PHP is
not working. I am getting undefined variable messages when trying to submit
php based forms. Register Globals is on in php.ini, but it still does not
work. I have even tried copying a known-good php.ini from another server
I am running PHP 4.03 on O'Reilly website 2.5
I have specified the content and associations as directed in O'Reilly's
online support (what little of it exists anyway). I am running into an
issue where all requests to any PHP page causes a termination of PHP.exe on
the server. I have seen a coupl
12 matches
Mail list logo