djhamer Posted May 5, 2008 Share Posted May 5, 2008 http://208.109.229.64/admin/modify_record.php If you look on the right side of the table, you'll notice the column "Modify". I want the end user to be able to click Edit/Delete and it will bring up that specific entry in editable text fields. The end user can then change the information of the entry. I'm not sure how to create that. Quote Link to comment Share on other sites More sharing options...
soycharliente Posted May 5, 2008 Share Posted May 5, 2008 Your link should be something like this: page.php?id=234 And by going to page.php and using the $_GET method, you can grab all the data for record 234 for them to edit or delete. Quote Link to comment 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.