<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #000000"><div>Hi Folks,<br></div><div><br></div><div>I have a legacy php script that displays a form, accepts input and posts back to itself, where it looks for a non-zero $_POST array to decide if it is processing or displaying. In the event of process, it updates a database and redirects to a thank-you page. Simple.<br></div><div><br></div><div>I put this script in /site/default/files/form.php and I href'd it to a picture. When I click the picture, I get the text of form.php, not the result of processing. I have discovered that if I put the form on a different website, then I do get execution, so apparently Drupal is able to suppress php execution within its URL space. How do I bypass anti-execution restriction for this legacy script? Or, how do I incorporate this legacy script into an existing Drupal site?<br></div><div><br></div><div>Thanks for the help,</div><div> <br></div><div><span name="x"></span><div><span style="font-family: comic sans ms,comic sans,sans-serif;" data-mce-style="font-family: comic sans ms,comic sans,sans-serif;">Chris.</span><br></div></div></div></body></html>