>>  Site Map >>  Forums >>  Modules 7x

Forum module - topics in forum:



Modules 7x - Discussions regarding PHP-Nuke Modules. 7x



Module.php?name=tutorial&file=page

ok listen to this i am making a tutorial module on my site and when i open the module its gonna be like this

Tutorials

PAGe1 (not actuall names just examples)
Page2
Page3
Page4

right then when i click one of those pages it will display another page like this

Tutorial 1 ( lets say page1 was a section on php tutorials when i click page1 all the php turoials shud show up)
Tutorial 2
Tutorial 3

right so i am needing pages like modules.php?name=tutorials&file=php
^^^ that will goto the page that will hold all the php tutorial pages

and then when i click the tutorial the link i am hpoing for shud be like this

modules.php?name=tutorial&file=php&op=tut
thats what i am hoping for ^^^

can someone give me the code to do all that i asked sum1 but they gave me this code and i dont know how to make it do that so can sum help me

this is the code that person gave me
Code: :
<?php
if (!eregi("modules.php", $PHP_SELF)) {
   die ("nub get of my File!");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
echo"<a href=\"modules.php?name=modulessexyname&file=Page\" target=\"_blank\">Page Bish Click here!</a>";
CloseTable();
include("footer.php");

?>


thnx






Content module is by far the easiest way of doing this...

BUT!! The is actually a tutorial module available to download - tried Google?






erm... ok al try






erm.l.. i cant find it can you look it up for me and post the lnik






Sure - www.google.com Rolling Eyes




Attention! You are currently viewing sitemap page!
We strongly suggest to look at original content

Search from web

Valid HTML 4.01 Valid CSS