Hey all,
I'm designing a sort of CMS system for a dutch non-profit org. but I am kind of stuck now.
I want to retrieve the part in the URL that has a variable in it,Example:
http://domain.com/index.php&about
when the variable is &about I want the page to include about.html in the include statement
Like:If I am not mistaken,Code:<?php include("http://domain.com/{&about}"); ?>
could anyone give me a code snippet that does work? I dont know how the $_get statement works yet but I am sure it has to do with this,
also note,I am not an expert in PHP at all, I am not even at the beginner level.
thanks a bunch in advance.




Reply With Quote