Search found 1 match

by irpalo
Fri Apr 13, 2012 1:56 am
Forum: PHP - Code
Topic: Chinese characters in PHP
Replies: 1
Views: 592

Chinese characters in PHP

Client page: <head> <meta http-equiv="Catchup Scheduler" content="text/html; charset=UTF-8"> </head> <body> <form action="next.php" method="POST" > <input type="text" name="programme_name"></br> <input type="submit"> </form> </bod...