i have ' character in my database, but when i make a select and display the content with echo() the ' character is auto replace with ? character..
what i have do to stop this auto replace?
what i have do to stop this auto replace?
addslashes("This is the string I'm trying to input");


Comment