Jump to content

 What is this??


robert_gsfame

Recommended Posts

i still couldn't find the answer for this

below is the code

function clean($string) {

    if(get_magic_quotes_gpc()) {

        return stripslashes($string);

    }else{

    return $string;

    }

}

$message=$_POST['message']

$insertquery=mysql_query(sprintf("INSERT INTO table(message)VALUES('%s')",

mysql_real_escape_string($message)));

 

and the result i got is this : Hello My name is :B        * italic one is emoticon tag

Link to comment
https://forums.phpfreaks.com/topic/203611-%C3%A2-what-is-this/#findComment-1066559
Share on other sites

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.