Hello,
I used to know how to do this but i really don't remember how.
I just need to build pages on functions.
admin.php will have a set of functions for like memberlist, settings, ect... but I need it to build a url for each function so that it turns into admin.php?page=memberlist and so on...
I know its quite simple but I can't remember how to do it for the life of me.
EDIT*
I guess I could use if / elseif statments in it... but I don't know. Which is better? Using functions or if statements?
Thanks,
Buddy