javascript - PHP encoder - Viewing some problem -
i using free php encoder testing encoded script.
my script (in 1 php file) :
<?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 see html (with javascript inside) under php code.
when encoded file phpencoder seems many problems appear in html , javascript, not php.
what best way encoding file?
try useful
<?php phpinfo(); ?>
to check whether works fine.
Comments
Post a Comment