aber nur weil ich dich persönlich kenne...
PHP-Code:
<?php
$standard = 'http://www.inter.net/';
if (isset($_POST['userappend']) && trim($_POST['userappend'])!='')
header('Location: '.$standard.trim($_POST['userappend']));
echo '<form action="'.$_SERVER['PHP_SELF'].'" method="post">';
echo $standard.' <input type="text" name="userappend" value="">';
echo '<input type="submit" name="" value="goto url">';
echo '</form>';
?>
Einen Kommentar schreiben: