Welcome Guest, Not a member yet? Register   Sign In
Error inserting special characters (spanish) into database
#7

[eluser]JoostV[/eluser]
Also remember to set the header of your view to utf-8:
Code:
header('Content-type: text/html; charset=utf-8');

And include a content meta tag
Code:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


Messages In This Thread
Error inserting special characters (spanish) into database - by El Forum - 07-04-2009, 12:40 AM



Theme © iAndrew 2016 - Forum software by © MyBB