Hi, thanks for your reply.
I am doing it in php and the html part looks like this.
I have multipage forms that i built in php. It was initially UTF but the accents were getting messed up in the form fields once the person goes to review thier inputs. This is how my headings looks like.
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type"
content="text/html;charset=iso-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
If i put utf-8...everything comes into weird language..all the accents are removed. iso-8859-1 seems to work perfect for forms. but the accents do not get written as it is in the database. i tried. utf-general and utf-bin..
Bookmarks