weedpacket either has patience, had to work today or is just such a nice person id say 1st and last because i couldnt really understand much of it, please in future when posting PHP code or HTML to use either
[php][/php] for PHP and [code][/code] when using other code HTML etc.
Also if your going to do one liners
if (isset($_POST[now])) {$now == $_POST[now];}
Why not use
$now = (isset($_POST['now']))?$_POST['now']:false;