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



Reply via email to