Mam mały problem, chciałbym zrobić tak, żeby przed wczytaniem skryptu wywaliło mi komunikat "Musisz poczekać 5s" i po tych 5s wczytał by się dalej skrypt.
<?php } class out extends in_out { function out() { $username = $DB->escape($FORM['u']); $this->record($username, 'out'); if (!$_GET['go']) { exit; } else { list($url) = $DB->fetch("SELECT url FROM {$CONF['sql_prefix']}_sites WHERE username = '{$username}'", __FILE__, __LINE__); } } } ?>
Proszę o pomoc.
---
poprawiłem rażący błąd ortograficzny w temacie.
~siemakuba