In PHP, how could I create a variable called $livetime that equals the current time minus 1 hour?
$livetime
Assuming that a timestamp is fine you can use the time function like so