Posted on Friday 30th January 2009 at 09:05 PM
echo ("- <a href='?page=verifydelete&username=$delete[username]'>$delete[username]</a><br>");
how can i change this to work with my other php switches
like im useing ?action=deleteuser to acess my deleteuser.php and that works but when i click on the username to delete it it doesnt work. im 99%sure it has to do with the link above in the "echo" just not sure how to change it to work with my ?action=deleteuser
how can i change this to work with my other php switches
like im useing ?action=deleteuser to acess my deleteuser.php and that works but when i click on the username to delete it it doesnt work. im 99%sure it has to do with the link above in the "echo" just not sure how to change it to work with my ?action=deleteuser