I have a php define that I want to add in include as well - How???
<?php define('TEXT', '<p> blah blah</p>');?>
I want to put in <? include="abc.php";?>
I do this <?php define('TEXT', '<p> blah blah</p><?
include="abc.php";?>');?>
And it breaks
What Am I missing here???
Brian
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************