You can either split them off, or you will need to POST encode the data and pass it along to the next page. I'd have to see how the entire process/scripts were running to give you a good code sample, but if you want info to pass from one page to the next, POST it Stephen wrote: > I have a script file that is both the form and action handle (using > isset), which is a menu selection. > > If the action handler is executing it is a switch statement that will > chose the next form. > > I would like to transfer to another script file that is also a > combination form and handler. > > Can I do this without using a redirect? I have no need to bounce back to > the user's browser. > > Or should I just separate my forms and their action handlers? > > Thanks > Stephen > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php