Das leidige Thema, ich wiess, aber ich komm einfach nicht weiter...
---------search.php----------ANFANG
<html>
<body>
<form action="search.php" method="post">
<?php
include "config.xxx";
if(isset($_POST['submit']) && $submit="Suchen")
{
$erg=mysql_query(SELECT ...);
}
else
{
?>
<------Formular------>
<input type=text name=text>
<input type=submit>
<?php
}
?>
</form>
</body>
</html
---------search.php----------ENDE
So, jetzt meine Frage:
Ich habe selbstverstaendlich mehrere Ergebnisse, moechte aber eines nach dem anderen anzeigen (vorheriges bzw. naechstes)
ABER WIE???
Vielen Dank im Vorraus fuer eure Hilfe