Help pleaseeeee :)
|
2011-10-19, 19:06
Post: #4
|
|||||||
|
|||||||
RE: Help pleaseeeee :)
Code: <form name="input" action="html_form_action.asp" method="get"> html_form_action.asp?user="some text" if you have more than one control within the form tags, it'll send a value for each control. So, with this code: Code: <form name="input" action="dostuff.php" method="get"> I enter "City Driving" in the text box and select Google on the dropdown, pressing the Go button will do: dostuff.php?search_text=City%20Driving&search_engine=google dostuff.php would need to be able to do something with the values it gets. I'll have a quick look how |
|||||||
|
|||||||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Help pleaseeeee :) - Ash - 2011-10-19, 15:55
RE: Help pleaseeeee :) - Elmo - 2011-10-19, 18:51
RE: Help pleaseeeee :) - Ash - 2011-10-19, 18:55
RE: Help pleaseeeee :) - Elmo - 2011-10-19 19:06
RE: Help pleaseeeee :) - Ash - 2011-10-19, 19:08
RE: Help pleaseeeee :) - Elmo - 2011-10-19, 19:21
RE: Help pleaseeeee :) - Ash - 2011-10-19, 19:24
RE: Help pleaseeeee :) - Elmo - 2011-10-20, 19:53
RE: Help pleaseeeee :) - Ash - 2011-10-20, 20:03
RE: Help pleaseeeee :) - Crille - 2011-10-21, 08:48
|
User(s) browsing this thread: 4 Guest(s)
Powered By MyBB, © 2002-2024 MyBB Group