rowFromGPstring GP_Prefix Using rowFromGP
If an HTML Form contains these controls
<input name='txt_control1' value='Foo'>When the user submits the form, we use rowFromGP
<?phpWhich will output the following
Array
(
[control1] => Foo
[control2] => bar
)
|
