Home >Backend Development >PHP Problem >How to solve php jquery garbled problem
php The solution to the jquery garbled problem is to add the statement "header('Content-Type: text/html; charset=utf-8');" to the php method and save it.
jquery ajax php garbled problem
Solution:
add ## to the php method
#header('Content-Type:text/html;charset=utf-8');
PHP Chinese website!
The above is the detailed content of How to solve php jquery garbled problem. For more information, please follow other related articles on the PHP Chinese website!