[FX.php List] Encoding Issues
Roger Price
rp272 at cam.ac.uk
Thu Jan 17 05:11:26 MST 2008
I have recently allowed staff to edit their details through a web form.
Their data was originally input directly into FileMaker. FX.php diligently
reads the current data and displays it in the form, and the field values are
then posted to the page which updated the record.
I was trying to find out why one members record would not update. FX.php
returns (error 958 - parameter missing). I narrowed it down to the
'lastname' field which contained an umlaut.
The character in question ('o' umlaut) is read from Filemaker and displayed
in HTML as 'ö'
However the value that is being updated seems to be '%26ouml%3B' (ö)
This is obviously an encoding problem but I do not know how to resolve it.
I am using PHP 4.3.11
Please can anyone help?
Roger
More information about the FX.php_List
mailing list