[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 'JeffCompany', so i have in the
header : 
loginok.php?client_id=14client_name=JeffCompany

Loginok page take the value at client_name as Jeff. Truncate the real
value.

How in can fix that?

Thanks in advance.

Germán Pablo Gentile
IT Manager
Horizonte Soluciones de IT
www.horizonteit.com.ar
[EMAIL PROTECTED] 


--
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]




Re: [PHP] POST and trouble.

2001-10-23 Thread Alex Marín Fica \(Desarrollo\)

Try using urlencode function to make it usable on url, so char symbols
like  or / or . (dot) will be returned by this funtion like a % with the
hex ascii code near by...
I hope this helps...

- en español... transandino compañero phpero

Intenta codificando para url, empleando 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, October 23, 2001 5:41 PM
Subject: [PHP] POST and  trouble.


 I´m using post to send a variable between pages.
 I have a variable value like that 'JeffCompany', so i have in the
 header :
 loginok.php?client_id=14client_name=JeffCompany

 Loginok page take the value at client_name as Jeff. Truncate the real
 value.

 How in can fix that?

 Thanks in advance.

 Germán Pablo Gentile
 IT Manager
 Horizonte Soluciones de IT
 www.horizonteit.com.ar
 [EMAIL PROTECTED]


 --
 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]


-- 
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]