thanks i got it working now~
now i want to validate the current time with the time i store in my database. I got my time from my database with fetch_assoc which is in HH:MM:SS format.How would i get the $currentTime from my local machine and validate it with $timea?Thanks~~
$timea = from my database in HH:MM:SS format
if ($timea < $currentTime)