The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
![]() |
In database no save text as ñ or ó, í, ú - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: In database no save text as ñ or ó, í, ú (/showthread.php?tid=571) |
In database no save text as ñ or ó, í, ú - roblanco - Mar 15th, 2010 Hi, my problem is that when i submitt the form, in the database no save all the text. Sample: if i write: Sandra Nuñez Martinez, in the database, save the text: Sandra Nu and cut the other text. RE: In database no save text as ñ or ó, í, ú - Ben - Mar 22nd, 2010 Hi roblanco, Hmm... do you have access to phpMyAdmin, or some other tool for querying the content of the database tables directly? If so, could you take a look at the actual form table (it's probably called something like ft_form_X, where X is the form ID) and see if the data got there in one piece. All Form Tools pages and database INSERT queries are made as UTF-8, so it SHOULD be getting into the database. I'd like to confirm it's actually in there first before looking for other causes. - Ben |