View Single Post
Old 12-15-2004, 08:13 AM  
XSAXS
Confirmed User
 
XSAXS's Avatar
 
Industry Role:
Join Date: Nov 2004
Location: Las Vegas
Posts: 652
BRAIN FART! Stupid PHP question...

Trying to include a php script into a page *after* it's already been parsed. This doesn't work because it just inserts the raw php code:

PHP Code:
<?php  
include('script.php');  
?>
I need to run the script first and then have it inserted into the page. Who know the trick?
XSAXS is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote