At 12:01 28-3-2003, you wrote:


it is most likely that the error is in the referring file in dew4.html. check the file name and path of the page you redirect to, and check the form method.




hi guys,
yeah, i now believe this really is an off day for me.
probably because i did not have food today!
well, my problem is a really funny one.
through dew4.html's submit button i want to get connect
to new6.php from which should open a file.
but as soon as i click on the submit button, i get
"page cannot be displayed" .
i dont know what to do.
giving code for new6.php.
tata,
diksha.

<?php
echo"hi?how are u doing??";
$fp = fopen ("sandrew.html", "w");
$string="<html><head><title>hi</title></head><body>i am

fine</body></html>";
$contents=fwrite($fp,string);
echo "'$contents'";
fclose($fp);
?>


_______________________________________________________________________ Odomos - the only mosquito protection outside 4 walls - Click here to know more! http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&wn


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to