X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=metaform%2Ftemplate.php;h=23e2248040084360a7e127cf103b57f6ca287a48;hb=b58414153a4f1b8107054ce17f2922e53bf14a26;hp=e233f36817e2ef7bbc12b40f283f309f89c43b11;hpb=a180ab5face98dd3ad4f90ccc4c96906f00d64f0;p=wfpl.git diff --git a/metaform/template.php b/metaform/template.php index e233f36..23e2248 100644 --- a/metaform/template.php +++ b/metaform/template.php @@ -13,13 +13,10 @@ # To send results by e-mail, all you have to do is set your e-mail address here: $GLOBALS['~file_name~_form_recipient'] = 'fixme@example.com'; ~}~~opt_db {~ -# To save results to a database, you'll need to create the ~table_name~ table -# (the file ~file_name~.sql should help with this), and create the file -# 'code/db_connect.php' which calls db_connect() see: -# code/wfpl/examples/db_connect.php +# To save results to a database, you'll need to create the ~table_name~ table. +# The file ~file_name~.sql should help with this # # if you rename any of the database fields, you'll need to update this: - define('~file_name upper~_DB_FIELDS', '~db_fields~'); ~}~~upload_settings {~ # Set this to the path to your uploads directory. It can be relative to the