Originalmente inviato da
sempreazzurro
un'ultima cosa... nella home inserisco questo codice per visualizzare le news
<?PHP
include("path/to/news/show_news.php");
?>
ma nn si vede niente come mai??
il codice corretto è:
Codice PHP:
<?PHP
include("/membri/sempreazzurro/news/show_news.php");
?>
oppure
Codice PHP:
<?PHP
include("news/show_news.php");
?>
There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...