Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

An array where all data captured from a BlinkForm is stored for external processing.

Parameters   

 
Array
$data ([ mixed $... ] )
Sample Code Using $data to submit another Form
$t->fetch("[http://yourwebsite");]
 
 $t->submitForm( "0",
  array (
            'Address'=> $data['Address'],
            'Suburb'=> $data['Suburb'],
             'City'=> $data['City'],
             'Postcode'=> $data['Postcode']
             'ok' => 'Submit',
)
); 

Note


  • No labels