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

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -