Posted by Peter Fox on 10/23/02 11:33
Following on from Lee's message. . .
>
>FWIW, I have been waiting for 2 weeks to get some help from the Yahoo
>technical staff, who were provided the same information as above. Is
>there something in the description I am perhaps leaving out that would
>help state the problem more clearly?
Perhaps send them a 'Hello World' that doesn't work along the lines of
index.html No 1
<html><head>
<META HTTP-EQUIV=Refresh CONTENT="1; URL=hw.php">
</head></html>
index.html No 2
<html><head>
</head>
<body
<a href="hw.php">click me!</a>
</html>
hw.php
<?php
print('Hello world');
?>
--
PETER FOX Not the same since the poster business went to the wall
peterfox@eminent.demon.co.uk.not.this.bit.no.html
2 Tees Close, Witham, Essex.
Gravity beer in Essex <http://www.eminent.demon.co.uk>
[Back to original message]
|