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.