I realize that that this is probably something incredibly easy that I've
just overlooked while reading the docs so I apologize ahead of time...

I need to pass a value that is dynamically generated at run time to the
next Embperl doc.  I've tried doing the following:
$fdat{'application_id'} = 'some value'; and I've also tried using the
Apache::Session option of $udat{'application_id'} but when I read either
of these values in the next form it's blank.

Here's what happens...  I have an initial page of an online
application.  When submit is hit it returns to itself to perform error
checking, if there are no errors then the client is automatically
redirected to the next page of the application form.

Is setting $fdat{application_id} to a value enough to pass this along to
the next form or do I need to somehow provide this in the URL prior to
doing the redirect?
--
__________________________________________________________
Mr. Erich L. Markert                     [EMAIL PROTECTED]
Computer Learning Center                 TEL (914)422-4328
Pace University
1 Martine Ave
White Plains, New York 10606-1932

Those who do not understand Unix are condemned to reinvent it, poorly.
                -- Henry Spencer

Reply via email to