Control GET data ( not php related )

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Thats not PHP related. Its normal HTML/JS

2 Ways:

1) Make form to use 1 field:;

<form method="GET" action="file.php" >
<input name="name" type="text" />
</form

2) Use JS to manipulate the target url dynamicaly

on Wednesday 07 June 2006 21:20, Steffen Mazanek wrote:
> Hello,
>
> I want to provide two input text fields lastname and firstname and if the
> user pushes the submit button the generated url should be
> ...?name=firstname_lastname.
>
> Is this possible and how?
>
> Thank you for helping a php newbie.
>
> Steffen Mazanek

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux