PHP Preview
You all 've seen a javascript preview: when before submitting information, user click 'preview' link/button and he is displayed contents he entered, using javascript in a new window.
I wan't to know this is possible using PHP. You see, that data is available to PHP, when user submits data(form). I want that data is displayed to user before it is e-mailed or entered into database, using PHP.
Though, this is simple using javascript DOM, php bb2 forums uses PHP to preview data before posting. Please help.
|