Hi, I am trying to write a page which will allow me to edit a number of posts from a database.
When the page loads it lists all the recent articles and generates an edit button beside the post content.
When this button is clicked it sets a POST variable on the form which posts to self. If this post variable exists then it will generate a form to enter/modify the content.
Is it best to do this using POST variables on what is the best practice here? Or is it better to use a GET parameter to control what article you want to edit?
Thanks
When the page loads it lists all the recent articles and generates an edit button beside the post content.
When this button is clicked it sets a POST variable on the form which posts to self. If this post variable exists then it will generate a form to enter/modify the content.
Is it best to do this using POST variables on what is the best practice here? Or is it better to use a GET parameter to control what article you want to edit?
Thanks
Last edited: