Imagine :
You have 3 pages :
page_one.php -> it's a page with a form, user fill this form
page_two.php -> it's a thank you page after user submit a form
page_three.php -> it's a process page, when user submit from page_one.php, they'll be redirected to page_two.php(thank page), BUT actually user submit that variable to page_two.php..
Is it possible?
tell me your thought..
More on Newbie Webmaster
Tuesday, January 18, 2005
submit to THIRD PAGE
Posted by rakalap at Tuesday, January 18, 2005 4 comments
I wanna learn about javascript
I hate javascript, like google do ..:)
But I have to learn that script, because many customer wants their website 'look' than their rank.
Poor me all I know in javascript just how to open window ...
I hate .. myself
More on Newbie Webmaster
Posted by rakalap at Tuesday, January 18, 2005 0 comments
Prevent user submiting form more than once
For almost three days i was stuck on how to prevent visitor submiting form more than once. Three thing that I thought:
1. I got script from http://www.portalaska.com/hidden - I tried on my server, it worked, great result .. But when I upload . Nothing happened, the database would not react as I wish.
2. With header(205 :Refresh content) and redirect to a new page. Did not provide result (Or I did not understand how it works?)
Does anybody know?
More on Newbie Webmaster
Posted by rakalap at Tuesday, January 18, 2005 0 comments