Wolphie Posted October 7, 2007 Share Posted October 7, 2007 Ok, so i'm creating a miniature CMS. At the moment i'm working on the creation/deletion and editing of modules. I've got the creation working. But i'm struggling on the deletion and editing. This is what i was thinking: [Deletion] 1. (ID) Module 1 [Delete] (Link: modules.php?do=delete?name=Module%201&id=1) [Editing] 1. (ID) Module 1 [Edit] (Link: modules.php?do=edit?name=Module%201&id=1) How would i make it so the URL was that? Quote Link to comment https://forums.phpfreaks.com/topic/72202-deletion-and-editing-of-modules/ Share on other sites More sharing options...
trq Posted October 7, 2007 Share Posted October 7, 2007 How would i make it so the URL was that? <a href='modules.php?do=edit?name=Module%201&id=1'>edit Without seeing your question in any context thats about all the help we can offer. Quote Link to comment https://forums.phpfreaks.com/topic/72202-deletion-and-editing-of-modules/#findComment-364087 Share on other sites More sharing options...
Wolphie Posted October 7, 2007 Author Share Posted October 7, 2007 Yes i understand how to make the hyper link. But how would i go about coding the server side? E.g. If someone clicked delete on Module 1(With ID 1) It would direct to that URL and that specific module will be deleted. Quote Link to comment https://forums.phpfreaks.com/topic/72202-deletion-and-editing-of-modules/#findComment-364091 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.