Topic: Pages do not appear
hi all I'm new to the world of php
I have a problem with pages to add more than 3 per page news did not appear the other pages to see the oldest news.
sorry for my bad English
I hope your answers, thanks!
<p><?php
$number = 3;
$start_from = 3;
$only_active = TRUE;
$static = TRUE;
include("C:\wamp\www/show_news.php");
?></p>