By sohopub on
Sorry, can't see to bring up a previous relevant post about this.
I've got an existing php program zip code locator program running (www.ultimatelocator.com). I want to have this program appear within the drupal theme on a standard 'page' node. I have tried just doing a simple php include include("locator/index.php"); . The main page displays but the results page can't come up in the drupal. What is the best way to tackle this?
Comments
Personally I use the location module
It is general hard to just place 3rd party code in a node or even module if it does form handling. It might work from a node but not knowning it's interface that iis hard to tell.