| | I have a problem with the charset in my php page... firstly the whole site included .html and .php didn't automaticly get the right charset i put in the meta content so I added a .htaccess file CODE AddDefaultCharset Big5 then it works fine with the .html file extension... but not my php file... so i added another line in .htaccess file CODE AddCharset Big5 .php but still not working... there is something i wondering... coz my link to the php file is "foo.php?A=B" would that be the problem that the .htaccess file dun see it as a normal .php? Plz help this is annoying me for the whole day... |

