Crazydog
12-28-2006, 08:59 AM
Found it...I put $curentkey instead of $currentkey -_-
if ($curentkey != $cookie){
echo '<td> <input type="checkbox" name="add[]" value="' . $key . '"></td>';
}else{
echo'<td></td>';
}}
$currentkey = 1$zfPq0JLHl/g
$cookie = 1$zfPq0JLHl/g
But I'm still getting the checkbox line...
why?
Hopefully its something really simple that I'm just not seeing....
if ($curentkey != $cookie){
echo '<td> <input type="checkbox" name="add[]" value="' . $key . '"></td>';
}else{
echo'<td></td>';
}}
$currentkey = 1$zfPq0JLHl/g
$cookie = 1$zfPq0JLHl/g
But I'm still getting the checkbox line...
why?
Hopefully its something really simple that I'm just not seeing....