vid OBrien [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 3:25 PM
To: Khoa Nguyen
Subject: RE: [PHP] sending a hex string as it is?
Also
http://www.php.net/manual/en/function.sprintf.php
has provisions for using hex and octal numbers
-dave
At 02:17 PM 1/28/2004, you wrote:
>Thanks
Thanks for the info Dave, but I still can't make it work:
In both cases, I see 3136 (ASCII encoded of string "16") on the wire :-(
Any ideas?
Khoa
-Original Message-
From: David OBrien [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 2:08 PM
To: Khoa
$var = 0x8180;
How do I send $var to the browser as it is? In other words, if sniffing on
the wire, I should see 8180, not 38 31 38 30.
Thanks for your help.
Khoa
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
3 matches
Mail list logo