How to do?

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
olivia2009
Forum Newbie
Posts: 1
Joined: Wed Sep 02, 2009 1:30 pm

How to do?

Post by olivia2009 »

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!!
User avatar
Ollie Saunders
DevNet Master
Posts: 3179
Joined: Tue May 24, 2005 6:01 pm
Location: UK

Re: How to do?

Post by Ollie Saunders »

This is not theory or design.
Post Reply