PHP show_source not working on my server (Altervista) -
i trying display php source of file inside page. using show_source function in way:
<?php $nomefile = $_request['nome']; show_source($nomefile); ?>
when try code on local pc (using usbwebserver v8.6), works smoothly, displaying php code of page. when try on remote webserver (altervista), empty page.
i try substitute variable $nomefile name "visite.php", name of file residing in same folder, still no result? try echo show_source(...), no result again.
is there error in code? or maybe show_source not compatible version of php? there easy alternative?
thanks lot giancarlo perlo - italy
Comments
Post a Comment