Welcome Guest, Not a member yet? Register   Sign In
Special Character Problem
#3

[eluser]manash007[/eluser]
i am posting as $_POST method in AJAX......
ya i m talking about MySQL.......

$test = htmlspecialchars($_POST['posted_value']); // ex: $test = Ü;
When i am running query.... insert into table(column_name) values("$test");

but it inserts into mysql another value... neither Ü nor Ü

i've also tried without htmlspecialchars. but it wont work.....
how can i fix this??


Messages In This Thread
Special Character Problem - by El Forum - 11-25-2008, 06:24 AM
Special Character Problem - by El Forum - 11-25-2008, 10:57 AM
Special Character Problem - by El Forum - 11-25-2008, 12:06 PM
Special Character Problem - by El Forum - 11-25-2008, 12:10 PM
Special Character Problem - by El Forum - 11-25-2008, 12:14 PM
Special Character Problem - by El Forum - 11-29-2008, 08:22 PM



Theme © iAndrew 2016 - Forum software by © MyBB