Thanks for your help you guys.... here's what I'm doing and every time i type something in this title box part of the form and then go to another site and hit the back browser button, nothing is in the title box....This is the case with Firefox and IE
I think this is right from everything I've read...
PHP Code:
<input name="txt_blogname" type="text" id="txt_blogname" value="<?php echo $_COOKIE["TestCookie"]; ?>" size="75" maxlength="100">
<?php
$value=$HTTP_POST_VARS['txt_blogname'];
// send a simple cookie
setcookie("TestCookie",$value);
?>
I've tried putting the setcookie part before the textbox and after it and neither works... Any help would be appreciated.
Bookmarks