09-25-2008, 12:36 AM
|
#1 (permalink)
|
|
The Addict
Join Date: Jan 2008
Location: los angeles
Posts: 309
Thanks: 44
|
writing field data into the url?
hi, im trying to figure how i can put a forms field data into the url to have it process rather than putting the data into each field one by one.
for example
talkphps login page
its action is login.php?do=login
username field is called: vb_login_username
password field is called: vb_login_password
submit button has no name but by default it should be called query and its value is "Log in"
so instead of manually logging in
wouldnt i do something like this?
Code:
http://www.talkphp.com/login.php?do=login&vb_login_username=myusername&vb_login_password&query=Log in
i've tried this here and it didnt work. how is this possible??
thanks in advance
__________________
no signature set
|
|
|
|