MySQL Forums
Forum List  »  PHP

FORM data to be displayed once before entry into database
Posted by: mk
Date: June 30, 2005 04:43AM

I have a form which requests data from users. This form contains data for a crucial database . Before entering into the database , i want the filled in form data to be displayed to the users so that they doubly check the data before hitting the 'INSERT INTO DATABASE' button.

The form uses a post method.
I tried giving a hyperlink to a php file which takes variables as
$var1=$_POST['var1'];

But nothing is displayed when the link is clicked.
INSERT button works fine and data gets inserted into the database.
But how to achieve the display of all data once before inserting into database.
Can someone help me on that ?

Options: ReplyQuote


Subject
Written By
Posted
FORM data to be displayed once before entry into database
mk
June 30, 2005 04:43AM
mk
July 06, 2005 04:59AM
mk
July 12, 2005 02:19AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.