[SOLVED]?act=stuff if you know what i mean?
Posted: Tue Oct 19, 2004 10:05 am
Hey
I dont reallly know how to achieve the thing such as seen on many sites..
like index.php?act=del
i have the following currently
I dont reallly know how to achieve the thing such as seen on many sites..
like index.php?act=del
i have the following currently
Code: Select all
if(isset($_GET['admin.php?act=post'])) {
}
if(isset($_GET['admin.php?act=edit'])) {
}
if(isset($_GET['admin.php?act=del'])) {
}