I have the below requirement:
Create user records using php form .Also provide those features Update /Delete
Create a registration form with submit button. On sumit it will ask the users to view the data entered and will find two
buttons- Confirm and Cancel.
On clicking confirm button it will display a message that USER HAS BEEN ADDED SUCCESSFULLY.
If we refresh the page the data should not be inserted.--I am having problem here.Data is inserted for the next time when I do refresh
On clicking Cancel button it should return the user back to Submit page where he will find the data he has previously entered.
But on clicking Refresh button it should reset the data.---I am having problem here data is not reset when I do the refresh.
How to handle the situation for CANCEL and REFRESH?
How is the approach that I should follow to create the application using php,ajax,mysql in a better way.
Many thanks for the help!!
How to do?
Moderator: General Moderators
- Ollie Saunders
- DevNet Master
- Posts: 3179
- Joined: Tue May 24, 2005 6:01 pm
- Location: UK
Re: How to do?
This is not theory or design.