Search button |
Hi coders,
it is possible to search from db that the button search is out of form? ex. below Code: <form action="search_found" id="form" method="post" name="form">
If I remember correctly, no. When you click the button, nothing will happen because the form won't post. But you can have two or more submit buttons in your form.
Here's a short answer on how. http://stackoverflow.com/questions/18318...ent-action And here's a longer article on how. http://www.techrepublic.com/article/hand...-with-php/ I hope that helps. Good luck!
|
Welcome Guest, Not a member yet? Register Sign In |