I am using a free PHP Encoder for testing my encoded script.
My script (in the one PHP file) is something like this :
<?php
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title></title>
</head>
<body>
</body>
</html>
As you see my HTML (with JavaScript inside) are under the PHP code.
When I encoded that file with PHPEncoder it seems many problems appear in HTML and JavaScript, not PHP.
What is the best way for encoding this file?