Originariamente inviato da ilvirgiliota
se stai richiamando un file nello stesso server
prova ad usare realpath
codice:from php.net string realpath ( string $path ) realpath() expands all symbolic links and resolves references to '/./', '/../' and extra '/' characters in the input path and return the canonicalized absolute pathname.Codice PHP:
<?php include(realpath("/web/htdocs/www.miosito.it/home/testi/intaffittacam_".$ling.".htm"));?>
Anche inserendo il codice da te suggerito non accade nulla![]()