Re: [PHP] POST and & trouble.

2001-10-23 Thread Alex Marín Fica \(Desarrollo\)
ndo la función urlencode, tal que símbolos "no apropiados para la URL" serán presentados como % y el código hexadecimal. Espero que esto ayude... - Original Message - From: "German Pablo Gentile" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Oc

[PHP] POST and & trouble.

2001-10-23 Thread German Pablo Gentile
I´m using post to send a variable between pages. I have a variable value like that 'Jeff&Company', so i have in the header : loginok.php?client_id=14&client_name=Jeff&Company Loginok page take the value at client_name as Jeff. Truncate the real value. How in can fix that? Thanks in advance. G