I have dynamic PHP code that throws out links. I have the "Parent" within My Drupal Site. How would I "nest" the dynamic content within my Drupal Node? For example:
http://www.an-corp.us/index.php?q=node/17

click on "view Players", "Search Players" "view Guilds"
now from within each of those pages click on the links within the node. How do I keep that content within the node and stop it from "escaping"?
thanks in advance guys! DRUPAL ROCKS!

Comments

dman’s picture

Short answer, without going the new module route:

Place your 'catcher' scripts in another node. Preferably give it an alias or something that makes sense.

Rewrite your first script to submit its requests to your new nodes.

Beware of globals, reserved fieldnames and other oddities you'll encounter.
http://drupal.org/node/47481#comment-89371

.dan.

http://www.coders.co.nz/