i need a help on this script... it couldn't let me do regular like www.domain.com, it has to be www.domain.com/?id=1.. also, how can i do like /links/index.php, but want it to be www.domain.com/?id=1&link=1.. here is my code down below for two files..
index.php
<?php
if (!$PHP_SELF) {
header("Location: index.php?id=1");
exit;
}
?>
<title></title>
<body>
<?php include("$id.inc.php"); ?>
</body>
=========================================
1.inc.php
<TABLE width="100%" border=0>
<TR>
<TD bgColor=#000099><FONT color=#ffffff size=1><B>Web Design</B></FONT></TD></TR>
<TR>
<TD><P align=justify><FONT size=2>Web Design</FONT></P></TD>
</TR>
</TABLE>