hello everybody,
i want to take a text box inwhich we can set url and after submitting that form open that url in new window.
thank you
![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
Moderator: Malcolm
<form action="redirect.php" method="post">
URL: <input type="text" name="url"><br />
<input type="submit" name="submit" value="GO TO URL">
</form><?php
$to = $_POST['url'];
header("Location: $to");
exit;
?>Users browsing this forum: No registered users and 0 guests