C
|
cgphp 8/29/2013 |
There is no restriction by default on form fields. Check if a validation routine is performed on server or client side and enable the UTF-8 support. |
H
|
herb200mph author 8/29/2013 |
There is no restriction by default on form fields. Check if a validation routine is performed on server or client side and enable the UTF-8 support.
|
C
|
cgphp 8/29/2013 |
Set the localization settings in the Misc tab of PHPrunner: http://xlinesoft.com/phprunner/docs/miscellaneous_settings.htm |
H
|
herb200mph author 8/29/2013 |
Set the localization settings in the Misc tab of PHPrunner: http://xlinesoft.com/phprunner/docs/miscellaneous_settings.htm
|
C
|
cgphp 8/29/2013 |
What is the type of field in the database? |
H
|
herb200mph author 8/29/2013 |
What is the type of field in the database?
|
H
|
herb200mph author 8/29/2013 |
DB TABLE FIELD = varchar Property is Text Field. Have tried, none, currency, number, HTML for viewing format.
|
C
|
cgphp 8/29/2013 |
You should ensure you use the same encoding (UTF-8) everywhere. |
H
|
herb200mph author 8/29/2013 |
You should ensure you use the same encoding (UTF-8) everywhere. What is the encoding used by PHP to talk to MySQL? Check the dbcommon.php file and make sure the encoding is utf-8 What is the encoding of the column in the database?
|
C
|
cgphp 8/29/2013 |
Please, check the accept-charset attribute of the form. Are you experimenting the issue with all the browsers? |
H
|
herb200mph author 8/29/2013 |
Please, check the accept-charset attribute of the form. Are you experimenting the issue with all the browsers?
|
C
|
cgphp 8/29/2013 |
Check the source of the html page in the browser. |
H
|
herb200mph author 8/29/2013 |
Check the source of the html page in the browser.
|
C
|
cgphp 8/29/2013 |
In the source code of the page check the "accept-charset" attribute of the form tag. |
H
|
herb200mph author 8/29/2013 |
In the source code of the page check the "accept-charset" attribute of the form tag.
|
C
|
cgphp 8/29/2013 |
Right click on the page and choose "View source code". |
H
|
herb200mph author 8/29/2013 |
Right click on the page and choose "View source code".
|
C
|
cgphp 8/29/2013 |
Search for "accept-charset". This is an attribute of the form tag. |
H
|
herb200mph author 8/29/2013 |
Search for "accept-charset". This is an attribute of the form tag.
|
C
|
cgphp 8/29/2013 |
Please, post a demo link of your app? |
H
|
herb200mph author 8/29/2013 |
Please, post a demo link of your app?
|
H
|
herb200mph author 8/29/2013 |
Email me at 200mph@200mphmedia.net and I will send you a log in to access the working side.
|