I would like the "last visted 7 says ago"
how would I do that with php?
I guess I have to minus the date they were last on, with the current time, but I never seem to get an outcome, so I must be doing it wrong.
currently, I have:
this doesn't work
anyone know how to do this?
how would I do that with php?
I guess I have to minus the date they were last on, with the current time, but I never seem to get an outcome, so I must be doing it wrong.
currently, I have:
PHP:
//get last on time
$laston = (date("d", $prow['lostlogin']) - date("d"));
this doesn't work
anyone know how to do this?





