Jak w takim czyms:
$link = connect(HOST, USER, PASSWORD); $dodaj = insertMessage($_GET['text'], $_GET['nick']); if($dodaj) { $res = getContent($link, 20); $result .= "<p><strong>".$row['user']."</strong>".$row['message']."</p>"; } }
Dodać takie coś,mam teraz tak: shoutbox.php?text=gh&nick=ghg
a gdy zrobie tak: shoutbox.php?te=gh&nick=ghg czy tez tak: shoutbox.php?text=gh&ni=ghg - to dodaje do bazy sam nick lub tresc a chciał bym żeby po zrobieniu jak ktoś wpisze - podałem 2 linki ostatnie pokazała sie pusta strona