dehe: Danke

Beitrag lesen

Danke danke danke...

hilfe zur selbsthilfe.

<?php
print"<html><head><title></title>";
if($_GET["where"] == "1"){$there = "http://de.wikipedia.org/wiki/Spezial:Search?fulltext=Suche&search=".$_GET["searchfor"]."";}
if($_GET["where"] == "2"){$there = "http://www.google.de/search?hl=de&q=".$_GET["searchfor"]."";}
if($_GET["where"] == "3"){$there = "http://www.computerlexikon.com/suche.php?typ=2&query=".$_GET["searchfor"]."";}
print"<meta http-equiv="content-language" content="de">
<meta http-equiv="refresh" content="5; URL=".$there."">
</head><body>
redir u in 5 sec.
</body></html>";
?>