|
i think i found some of my problem
The parsed info to the browser is ? but it is is not an offical utf-8 format and is a special char. but I dont know what char is.
Is there a way to get the ascii char id or decimal format? so i can use that in the str_replace function.
Or is there to just echo the syntax out in its raw form with out being converted to characters?
the out put is a square instead of the ?
not to sound like a pia but the input is to get said about out put is "\xFF\xFF\xFF\xFFTSource Engine Query\x00" which is part hex, and the code coming back is also part hex
And php appears to be automaticly converting the returned packet when echoed to the browser. but when it is being altered in the script it is still in the hex form. So how would i start by converting it or finding all the hex values of each char on the return
__________________
AMW_Drizz
Dev Machine:: Apache 2.2.6 PHP 5.2.6 MySQL 5.1
Last edited by amw_drizz; 03-31-2008 at 03:48 PM..
|