<?php
if (isset($_GET['scriptphp'])){
include ("scriptphp.inc.php");
} else {
echo "errore";
}
?>
dovrebbe andare così :master:
<?php
if (isset($_GET['scriptphp'])){
include ("scriptphp.inc.php");
} else {
echo "errore";
}
?>
dovrebbe andare così :master: