View Single Post
Old 06-27-2006, 02:08 PM   #1 (permalink)
rkc444
Junior Member
 
Join Date: Jun 2006
Posts: 2
Default go to new page after posting data

Sorry, but I just posted this without the PHP tags. Here it is again, with tags. I am having trouble figuring out how I post data, and then go to another web page. One or the other seems easy. In one page I have the following line which handles the posting of the data:

PHP Code:
<form name="Summission" method="post" action="<?php echo $PHP_SELF;?>">

And I have another which page where I do not post data, but simply go to another web page:

PHP Code:
<form enctype="multipart/form-data" action="https://depts.washington.edu/isei/FileUploadOnlyISEI.php" method="POST"

I am not sure how to post data, as in the first page, and then go to another page. I would appreciate any help you might offer.

It seems like it should be common and easy. Any help? Thanks in advance.
rkc444 is offline   Reply With Quote
Sponsored Links