REDIRECT to same page?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Locked
priyanob
Forum Newbie
Posts: 6
Joined: Wed Dec 09, 2009 7:09 pm

REDIRECT to same page?

Post by priyanob »

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....?
Charles256
DevNet Resident
Posts: 1375
Joined: Fri Sep 16, 2005 9:06 pm

Re: REDIRECT to same page?

Post by Charles256 »

In the future try to post in the php code forum. Not general discussion. Also give google a cursory glance: http://www.google.com/search?hl=en&clie ... oq=&aqi=g4 Link number one is http://www.phpf1.com/tutorial/php-form.html . Work through that tutorial completely and it should help you out significantly.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: REDIRECT to same page?

Post by pickle »

Locked.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Locked