RE: [PHP] sending a hex string as it is?

2004-01-29 Thread Khoa Nguyen
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

RE: [PHP] sending a hex string as it is?

2004-01-28 Thread Khoa Nguyen
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

[PHP] sending a hex string as it is?

2004-01-28 Thread Khoa Nguyen
$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