Posted by bobmct on March 13, 2012 at 3:02am
Our site has a number of custom developed php features that have originally embedded within the body portion of certain Drupal pages. The latest D6.x versions are playing havoc with this embedded code and it's not executing.
I've tried to extract the code, write it into a separate external file and then embed an include within the body of these pages. The include looks something like:
<?php
include("sites/default/files/program_name.php");
?>But this is NOT working. How are others calling similar external programs/functions from pages? There has got to be a better way?
Inquiring minds need to know????
