Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can i redirect where my form posts to?

Status
Not open for further replies.

verbatim1

Programmer
Apr 18, 2005
58
US
Because I would like to see the data posted.

I have successfully submited info to a form with cURL in the past but I have a form on my website that i attempted to post to with cURL with no luck.

the form normally posts to itself. How can i change the post action so that the info is sent somewhere that will allow me to seeall data that is sent when posting?

my site:

[step]=2a

copy and paste the url above
 
I don't really understand what you are asking about.

"How can I change the post action " -- whose action?

If you want to see what is posted just put a
Code:
print_r($_POST);
into the file. It will recursively print out the posted values.

 
Wrong forum, this is a straight HTML question.

I'd suggest picking up a book on HTML, or googling.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top