I need help. Im writing my own script.. My table structure is like this... id,chatpost,time
my problem is to delete old chatpost after 5 mins....
S0methng like this
if(time() >= $raw['time'])
{
then delete old chatpost.
}
feel free to post... Haha thanks
my problem is to delete old chatpost after 5 mins....
S0methng like this
if(time() >= $raw['time'])
{
then delete old chatpost.
}
feel free to post... Haha thanks
Comment