Try method=GET in Your form to submit if You want to url be like
url?var=value. Or php function header( 'Location: ' .rul . 'var=value' );
That's all You need I hope. Sorry but Your question is not good explained.

Krzysztof Kocjan

Martin Lindhe wrote:

> I need to solve the following problem, but I can't figure out how:
>
> Let's assume we have a server called www.test.com
> When a user access http://www.test.com/path/username,
> I want a php script to execute, as if the url entered was
> http://www.test.com/path.php?value=username.
>
> I'm running PHP 4.0.6 on Apache 1.3.20.
> I've looked at both PHP and Apache documentation about this, but
> i havent found any information or examples on how this could be solved,
> so I'm asking the question here in hope for help.
>
> Thanks!
>
> /Martin Lindhe
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------
KONKURS: Niedobre miejsca - 50 ksiazek W. Whartona do wygrania!
http://szkola.interia.pl/wharton/strona.html?co=13


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to