Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
502 views
in Technique[技术] by (71.8m points)

post - Codeigniter seems to break $_POST of '£' character (Pound)

When I echo $_POST of the '£' character without CI in a simple Form, the result is as expected, a '£'.

When I try the same using the CI framework using the Input class as well as the native $_POST var, echo is a blank.

I've checked to make sure everything is utf-8 in the config but nothing? Any tips?

UPDATE: This appears to only affect users using the latest version of MAMP and when using PHP 5.3.5. The current workaround is to go to the MAMP control panel and use the earlier version of PHP 5.2.17

For more details see: https://bitbucket.org/ellislab/codeigniter-reactor/issue/214/problem-when-inserting-special-characters

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

This appears to only affect users using the latest version of MAMP and when using PHP 5.3.5. The current workaround is to go to the MAMP control panel and use the earlier version of PHP 5.2.17

For more details see: https://bitbucket.org/ellislab/codeigniter-reactor/issue/214/problem-when-inserting-special-characters


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...