houssam_ballout Posted January 28, 2008 Share Posted January 28, 2008 Hello all, on the html page I'd make link so that when the user clicks on it, it will delete the data with that associated ID, <a href="question_edit.php?action=delete">Delete </a> How could I retrieve the fact that I'd click on that link? for example, like in : ifisset(action......) Thanks in advance Quote Link to comment https://forums.phpfreaks.com/topic/88216-action-on-href-and-php/ Share on other sites More sharing options...
hitman6003 Posted January 28, 2008 Share Posted January 28, 2008 $_GET['action'] http://www.php.net/manual/en/reserved.variables.php#reserved.variables.get Quote Link to comment https://forums.phpfreaks.com/topic/88216-action-on-href-and-php/#findComment-451517 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.