Hello,
I'm trying to edit a script that has the following line of code:
fparse( $VARS[REV] ? 'temp1.inc' : 'temp2.inc, $FRM );
I think the fparse function is loading the includes and parsing out any PHP code I add to those files, but I'm not sure how to fix this.
What I want to do is load the includes and be able to add PHP to the them also.
Any ideas?
Thanks!