H, Im trying to code a page for a retro.
Its mysql and that.
But the current code is
($in["rank"] == 'Administrator'){
That makes only Admin can view the page..
How can i make it, that like add a rank to it.
e.g. i needa change if($in["rank"] == 'Administrator' or 'Moderator'){
Please help
Its mysql and that.
But the current code is
($in["rank"] == 'Administrator'){
That makes only Admin can view the page..
How can i make it, that like add a rank to it.
e.g. i needa change if($in["rank"] == 'Administrator' or 'Moderator'){
Please help