Jump to content

mysql_real_escape_string() nullifying string...?!


this.user

Recommended Posts

I am running into something I have never seen before; using this line of code, the value message had is removed and it echos nothing

$message					= mysql_real_escape_string($_POST['message']);

		echo $message;

 

can anyone explain what is going on?

 

why the value is no longer there?

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.