3 lines
76 B
PHP
3 lines
76 B
PHP
<?php
|
|
header('Location: http://www.google.com/search?q='.$_POST[suchen]);
|
|
?>
|