jednak gdy piszę:
i kliknę w edytuj pisze:
Sesja połączenia wygasła lub numer ID sesji jest nieprawidłowy.
Spróbuj ponownie.
Co mam zrobić? proszę o pomoc
<? // // Load Page Header // $superstring = ''; $no_page_header = TRUE; $phpbb_root_path = './../'; require($phpbb_root_path . 'extension.inc'); require('./pagestart.' . $phpEx); $sql = "SELECT * FROM phpbb_tabele"; $result = $db->sql_query($sql); include('./page_header_admin.'.$phpEx); $template->pparse('body'); $row = $db->sql_fetchrow($result); ?>
include('./page_footer_admin.'.$phpEx); ?>