I have created a form wher admin will insert data into database that includes image now i need a preview buttom just like the one this forum use before submit a topic then if user satisfied with it submit or edit
what i thought of doing is create a preview buttom but what will actually do is insert data into a temporary database if user decide to submit it will then delete from temporary database and insert into permanent database.
any sugestion on wher can i start i would aprreciate
i wouldn't store it in the db till i needed to, just keep in the form
page 1, form, press preview button
page 2, extract from $_POST var and display, and put in a new form so they can edit, submit add to db or preview back to page 1.