IDTstudios1
Programmer
I have this simple form right? well, i need the "action" to be whatever is entered into the 'domain' field and then what you see on the form below. Ex. someone enters 'blah.com' in the domain field, then i need the form to post to blah.com/login.php
any help would be greatly appreciated,
Thanks
<form action="login.php" method="post">
<input type="Text" name="username" value="username" size="10">
<input type="Text" name="password" value="password" size="10">
<input type="Text" name="domain" value="domain.com" size="24">
<input type="submit" name="sumit">
any help would be greatly appreciated,
Thanks
<form action="login.php" method="post">
<input type="Text" name="username" value="username" size="10">
<input type="Text" name="password" value="password" size="10">
<input type="Text" name="domain" value="domain.com" size="24">
<input type="submit" name="sumit">