ivankoumaev
New Member
- Messages
- 4
- Reaction score
- 0
- Points
- 0
I am trying to add a news page to my site using PHP. But the problem is that, even after I add in the coding, the webpage doesn't show up. I've checked and triple checked the URL's and everything is spelled correctly and working properly. It just won't show up on the page [http://ivankoumaev.exofire.net] for some reason.
I'm using this code:
Does anyone know what I'm doing wrong? Any help would be very much appreciated!
I'm using this code:
Code:
<?PHP
$number=15;
include("/home/ikweb/public_html/cutenews/show_news.php");
?>
Does anyone know what I'm doing wrong? Any help would be very much appreciated!