Search found 1 match
- Wed Nov 12, 2003 2:20 pm
- Forum: PHP - Code
- Topic: can't set cookie????
- Replies: 3
- Views: 1818
can't set cookie????
OK i've been going at this for hours now and I can't figure out what the problem is. I just want to set a cookie dammit!! hehe ok here's some code: I have a cookie.php: <?php $value = 'something from somewhere'; setcookie("testcookie", $value, time()+3600, '/'); ?> I have the cookie.php st...