디버깅 2015-03-27 14:50:13 3.php <!DOCTYPE html> <html> <head> <meta charset="utf-8"> </head> <body> <script charset="utf-8"> document.write("hello world"); </script> <?php ?> </body> </html> 보충수업 (화면에 php 에러 표시하기) 소스코드 github