Thursday, February 24, 2011

ENCODUNG Concepts

JAVASCRIPT Alert in phpcode
--------------------------------
here you can give the alert message";
$string = mb_convert_encoding($string, 'UTF-7');
echo htmlentities($string);
?>

No comments: