"Nagasea" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I had a database like this
>
> Name : John Doe
> Sex  : Male
>
> when i want to call this data with url link
>
> http://www.test.com/template.php?nick=John
>
> why the (space)Doe is not in there.
>
> what I suppose to do with the space
> so it will looks like
> http://www.test.com/template.php?nick=John%20Doe

$nick = urlencode($nick);

Jaan



-- 
PHP Database 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