Passing Information from form to form

J

John

My problem is Hidden fields require you put a value into
them when creating the field on the form. I want to pass
data, that gets populated from a PHP program. For
instance. I want to create a from which will will get
inserted by a PHP program. Some of its field values will
be set by the PHP program after accessing a database.
What type of field am I creating on the form? Do I
create a Hidden field and put a value in it that will be
overridden by the PHP program? Is there a different type
of field I should be creating?
 
S

Stefan B Rusynko

You can create a hidden or normal field (initial value can be anything) and your php code will replace the field value w/ your
database value




| My problem is Hidden fields require you put a value into
| them when creating the field on the form. I want to pass
| data, that gets populated from a PHP program. For
| instance. I want to create a from which will will get
| inserted by a PHP program. Some of its field values will
| be set by the PHP program after accessing a database.
| What type of field am I creating on the form? Do I
| create a Hidden field and put a value in it that will be
| overridden by the PHP program? Is there a different type
| of field I should be creating?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top