View Single Post
  #3  
Old 11-07-2008, 05:14 AM
 
nomonkeybiz nomonkeybiz is offline
 

Advanced Member
  
Join Date: Sep 2006
Posts: 64
 

Default Re: Forms To Go: form-to-email script generator

This can be configured to attach the attachments to the email and/or store the attachments on the server.

You will need to make one modification to top.inc.php. Add the text in bold.

Quote:
if (!in_array($__key, array("GLOBALS","HTTP_GET_VARS","HTTP_POST_VARS"," HTTP_SERVER_VARS","HTTP_ENV_VARS","HTTP_COOKIE_VAR S","HTTP_POST_FILES","__key","__val","_GET","_POST ","_SERVER","_COOKIE","HTTP_RAW_POST_DATA", "_FILES"))) {
unset($$__key);
}
__________________
v4.4
Reply With Quote