This is to all you programmers out there. As a web designer, I am mainly working in HTML and CSS, but I am wanting to "broaden my horizons." I started messing around with PHP include scripts, i.e.
<?php
if($_GET[`page`] == "1")
{
include("pages/1.html");
}
?>
On some sites, there will be "subsections" like "index.php?page=1&sub=2". How do you do that? Can someone give me the code snippet for that?
-------------------------
Commander K | The Creative Liberties Network



