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?
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?