What PHP coding do I need to use to include an already-running chat script in...

Colby

New member
...a pre-existing Drupal page? I'm running Drupal 6.14 and have a nice little PHP chat script running. It looks something like this:

$WEBROOT/ (drupal files installed here)
$WEBROOT/chat (chat program installed here)

I'd like to embed the chat script into a Drupal content page, but I'm not sure how. I have PHP Include running, so I can tell Drupal to read the PHP, but I dunno what the code is. Any help?
 
Back
Top