Re: [PHP] need help to put input text value into url

2006-04-26 Thread Richard Lynch
On Tue, April 25, 2006 6:19 pm, Patrick Aljord wrote: I have a form like this: form action=search.php method=post target=_self input type=text name=search_text cols=20 rows=10/input input type=submit name=submit_search value=search / /form while this is working fine, I would like the url of

[PHP] need help to put input text value into url

2006-04-25 Thread Patrick Aljord
I have a form like this: form action=search.php method=post target=_self input type=text name=search_text cols=20 rows=10/input input type=submit name=submit_search value=search / /form while this is working fine, I would like the url of search.php to be something like

RE: [PHP] need help to put input text value into url

2006-04-25 Thread Ing. Edwin Cruz
Only chage method=post for method=get Regards! -Mensaje original- De: Patrick Aljord [mailto:[EMAIL PROTECTED] Enviado el: Martes, 25 de Abril de 2006 06:19 p.m. Para: php-general@lists.php.net Asunto: [PHP] need help to put input text value into url I have a form like this: form