biohazardbill Posted January 7, 2005 Share Posted January 7, 2005 I have this define staement per say: define('TEXT_MAIN', 'testing this $var1 thing'); how do I get $var1 to actually work instead of just showing text? Link to comment Share on other sites More sharing options...
biohazardbill Posted January 7, 2005 Author Share Posted January 7, 2005 I have this define staement per say: define('TEXT_MAIN', 'testing this $var1 thing'); how do I get $var1 to actually work instead of just showing text? <{POST_SNAPBACK}> got it to work.... define('TEXT_MAIN', 'testing this' . $var1 . ' thing'); Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.