Quote:
Originally Posted by pjkcards
Thanks. So the page.php has this:
Code:
define('THIS_SCRIPT', 'thankyou');
So I setup this conditional:
Code:
<vb:if condition="THIS_SCRIPT != 'thankyou'">
the ad stuff here
</vb:if>
And when I visit page.php, the ad stuff still shows up. What am I missing here? Thanks
|
That all looks right to me, you shouldn't be seeing the ad stuff on that page. Where did you put the define() line? It needs to be before the require_once('global.php') line.