I tried putting PHP in to sideboxes but it won't work... Any idea of what I'm doing wrong?
Thanks,
I tried putting PHP in to sideboxes but it won't work... Any idea of what I'm doing wrong?
Thanks,
Which sidebox, and what code are you trying to insert?
I want to enter this code:
<?php
if(preg_match("/MSIE 6.0/i", $_SERVER['HTTP_USER_AGENT'])) {
echo "You are using IE6, Please upgrade to Firefox 3.0";
}
?>
in the live help sidebox of TheWindCutter.com
Thanks,
Is it possible to do this?
Thanks,