happyboating Posted May 20, 2010 Share Posted May 20, 2010 I am using a tracking script for dynamic keyword insertion and was told to place this code < ?=$_REQUEST['kwd']?> anywhere in my source code where i want the php to execute and a certain keyword to appear. However the code ends up appearing on my published page. Any clue why? I am using wordpress with the php exec plugin. Link to comment https://forums.phpfreaks.com/topic/202399-php-exec-plugin/ Share on other sites More sharing options...
Mchl Posted May 20, 2010 Share Posted May 20, 2010 Do you have short tags enabled? If no, it should look like <?php echo REQUEST['kwd']; ?> if yes <?=$_REQUEST['kwd']?> Link to comment https://forums.phpfreaks.com/topic/202399-php-exec-plugin/#findComment-1061199 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.