REDIRECT to same page?
Posted: Fri Jan 08, 2010 9:58 am
Hello guys...
I want to design a php page which displays some input textboxes and one combobox for user input. After clicking on a 'Proceed' button those entered data must be sent to the same page. I know it can be used with FORM ACTION. But the problem is how can i check
a) whether the data is sent properly
b)If sent properly i have to clear the current screen and construct a new screen and display the received values in my own style.
c)I have seen in some sample php pages a tag like FORM ACTION="page.php?intDispop=1" where page.php is the same php file that i wrote the above tag. Whats the trick with this parameter intdispop=1....?
I want to design a php page which displays some input textboxes and one combobox for user input. After clicking on a 'Proceed' button those entered data must be sent to the same page. I know it can be used with FORM ACTION. But the problem is how can i check
a) whether the data is sent properly
b)If sent properly i have to clear the current screen and construct a new screen and display the received values in my own style.
c)I have seen in some sample php pages a tag like FORM ACTION="page.php?intDispop=1" where page.php is the same php file that i wrote the above tag. Whats the trick with this parameter intdispop=1....?