Quote:
Originally Posted by scubasteve3
Hi,
I was wondering, how can I pull the results from the Form Data base? I created a new form which has the option of Saving the form to a database. I can view the database by clicking Form Results Table but I now want to write some sort of script to automatically pull this info to another html or php page (not the forum). Thanks!
|
stored in ". TABLE_PREFIX ."formresults e.g. vb_formresults
query database to $result then
$data = unserialize($result['sdata']);
contain question answers