Jump to content

null byte in string causing $_GET to be empty


scarhand

Recommended Posts

i have a string - LÙH²räâG3Âd\0(anBì

 

this is supposed to be coming from a $_GET variable, called $_GET['info_hash']

 

however, I believe the null byte "\0" in this string is causing php to read the variable as empty, as using the empty function tells me it is empty even though it is not.

 

what is the workaround for this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.