Returning form value from php page to html page

I call a php picker program from html file containing a form, and I need to pass a value from php back to document.form.field.value...

How do I do it? Sorry for such a fundamental question, it is my second day of PHPing..:-)

Thanks in advance,
Miro.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Returning form value from php page to html page

Maybe I'm dense but this makes no sense. You want to load a form, submit it for processing via a server side script, and reach a confirmation page.

Then when you click the "BACK" button of your browser, you want the confirmation page to pass a value back to your form?

I doubt this is what you want but this is what it sounds like based on what you wrote. I suspect JavaScript somewhere based on your "document.form.field.value" reference.

Chances are, this post will get many reads and no answers. Better elaborate more on your process and provide a URL if possible.

User login