Why does this code not work:
PHP Code:{
$checked=$_POST['checked'];
$cookie_val=1
if(isset($checked=='checked'))){
set_cookie('BSComputers', $cookie_val, time()+(3600*24*365));
} else {
};
|
Results 1 to 5 of 5
Thread: Cookie probThreaded View
|
Click Here to Expand Forum to Full Width |