Online Chat
 Call Us: 
1-877-744-1221
Browse Submit a Ticket
 
Advanced Search
Tools
Rss Categories

How do I allow server-side script execution on form pages?

Author: Eileen Wilde Reference Number: AA-00192 Views: 8846 Last Updated: 08/10/2009 11:36 AM 0 Rating/ Voters

You have full control over any server-side script execution on your form pages.

If you use a relative or absolute path to the file (e.g.: "../form/file.php" or "/fpp/form/filename.php") Form Processor Pro will open it as a text file. No scripts (e.g.: PHP, ASP) will be executed on the page.

If you use a full URL (e.g.: "http://www.yoursite.com/path/file.php"), Form Processor Pro will let the web server execute all server-side scripts on the page, and then will parse the form.

Note
The PHP option "allow_url_fopen" must be enabled to allow server-side script execution.