Hirikan Posted September 14, 2006 Share Posted September 14, 2006 Hi, i have a small website. I am running the php programme Cutenews. I have this small piece of code in my page to show the news:<?PHP $number = "5"; include("cutenews/show_news.php");?>What i want is for the links on my main page, when clicked, the page they click shows up where the show_news.php page was. Thanks :) Link to comment https://forums.phpfreaks.com/topic/20797-php-include-help/ Share on other sites More sharing options...
1042 Posted September 14, 2006 Share Posted September 14, 2006 can you explain a little more in detail? Link to comment https://forums.phpfreaks.com/topic/20797-php-include-help/#findComment-92059 Share on other sites More sharing options...
Hirikan Posted September 14, 2006 Author Share Posted September 14, 2006 Like using Frames in HTML. But instead using php. I want my links to link to a certain area of my website. The include. I think i would have to change the current code for the include i have at the moment, but i have done this before i have just forgoten :(here is the website (dont laugh)http://stbernards.ifastnet.com/index.phpAt the moment only the main and squad links are active, but i would like the other links pages to go where the news is on the main page when people click the link.thanks for quick reply :) Link to comment https://forums.phpfreaks.com/topic/20797-php-include-help/#findComment-92062 Share on other sites More sharing options...
Hirikan Posted September 14, 2006 Author Share Posted September 14, 2006 bump Link to comment https://forums.phpfreaks.com/topic/20797-php-include-help/#findComment-92081 Share on other sites More sharing options...
1042 Posted September 15, 2006 Share Posted September 15, 2006 Hi Sorry for the late reply, ok, i know what you mean now, i found this nice easy to follow tutorial that will show you how to do this in a snap follow the below link:http://www.netcode.net/tutorials/php_mysql/easy_navigation.phphope that helps ;D Link to comment https://forums.phpfreaks.com/topic/20797-php-include-help/#findComment-92656 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.