I'm just a memer
= $p['title'] ?? 'No title.' ?> = $p['year'] ?>
= $p['description'] ?? 'No description' ?>
Last status posted = format_timestamp(time() - strtotime($last_status['posted_at'])) ?> ago: = $last_status['title'] ?? 'No title.' ?>
query("SELECT id, title, posted_at FROM statuses ORDER BY posted_at DESC LIMIT 1"); $last_status = $stmt->fetch(PDO::FETCH_ASSOC) ?: null; ?>
I'm just a memer
= $p['description'] ?? 'No description' ?>
Last status posted = format_timestamp(time() - strtotime($last_status['posted_at'])) ?> ago: = $last_status['title'] ?? 'No title.' ?>