I'm getting a T-String error from somewhere within these lines:
GetSQLValueString($HTTP_POST_VARS['Last Name'+", "+'First Name'], "text"),
GetSQLValueString($HTTP_POST_VARS['REFNUM'], "int"),
GetSQLValueString($HTTP_POST_VARS['First Name'], "text"),
GetSQLValueString($HTTP_POST_VARS['Address'], "text"),
GetSQLValueString($HTTP_POST_VARS['City'+" "+'state'+" "+'zip postal'], "text")
GetSQLValueString($HTTP_POST_VARS['Country'], "text"),
GetSQLValueString($HTTP_POST_VARS['First Name'+" "+'Last Name'], "text"),
Also, is it possible to post to two different tables in PHP from one form? I'd like to have everything come from one source, but it appears that I have to have one form for each file.