View Full Version : php page show
Snax
December 30th, 2004, 06:14 AM
hey guys,
I have two pages index.php and news.php. How do i make index.php show the information that is on news.php?
RushScripting
December 30th, 2004, 11:00 AM
In the area of index.php that you want to show the news.php page add
include "news.php";
Snax
December 30th, 2004, 07:41 PM
In the area of index.php that you want to show the news.php page add
include "news.php";
thx, still learning basic commands for php :D
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.