michaelsanford
Translator, Web Developer
This cookie is never set in my browser (I checked the cookies panel in Omniweb). This is the complete cookietest.html file:
Ideas? I've also got a really big complicated PHP cookie problem with a recursive script that verifies a form, if anyone's brave enough to give me a hand (PM me I'll give you more info, don't want to post the code publically).
Code:
<?php setcookie("cookiename", "cookievalue", time() + 100); ?>
<html>
<?php
print $cookiename;
?>
</html>
Ideas? I've also got a really big complicated PHP cookie problem with a recursive script that verifies a form, if anyone's brave enough to give me a hand (PM me I'll give you more info, don't want to post the code publically).