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 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 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
Archived
This topic is now archived and is closed to further replies.