Hi, my suggestion to developers:
install.php -> add "CHARACTER SET=utf8;" on create table
processor.php -> add "mysql_set_charset('utf8',$link);" after "mysql_select_db($db_name,$link);"
processor.php -> when field is upload, insert variable "$field_[number]_filename" instead of "$_POST['field_[number]']"
confirm.html -> do not add "Thank you."
form.html -> index.html
Regards,
Łukasz
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, my suggestion to developers:
install.php -> add "CHARACTER SET=utf8;" on create table
processor.php -> add "mysql_set_charset('utf8',$link);" after "mysql_select_db($db_name,$link);"
processor.php -> when field is upload, insert variable "$field_[number]_filename" instead of "$_POST['field_[number]']"
confirm.html -> do not add "Thank you."
form.html -> index.html
Regards,
Łukasz