Hi Guys & Gals,

Sorry to re-post this but I'm still stuck and have had no reply.
I receive via HTTP GET a string variable in encoded HEX format, for
example;

script.php?text=%0A%01%00%B1%B2

My problem is that PHP sees the first occurance of %00 as a field
terminator and so anything after it is ignored.

How can I access the full string? In C there is an alternative string
handling module which can be used (as C also uses it as a terminator).
How can I do this with PHP?
Please, please, please help if you can.
Best wishes,

Andy



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

Reply via email to