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

Reply via email to