Forgot Password / Register
Site Statistics
Total Members: 520
Total Tutorials: 242
Newsest User: 8884244477
Todays Unique Hits: 857
0 Users 5 Guests Online
Forum Index » PHP + MySQL » php switch issue [help]
Posted on Friday 30th January 2009 at 09:05 PM
Adam981
templates/default/images/noavatar.png's Avatar
Junior Member
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
Posted on Friday 30th January 2009 at 09:07 PM
Adam981
templates/default/images/noavatar.png's Avatar
Junior Member
Sigh posted to soon sorry guys i got it to work!