[Plugin: PHP Code Widget] Doesn't seem to work
-
Installed, activated, and this code doesn’t work:
<?php
$alumni = rand(0,1);
switch($alumni) {
case 0: ?><p><img src=”/images/xxx.png”></p>
<p>TITLE: blurb</p><?php break;
case 1: ?><p><img src=”/images/yyy.png”></p>
<p>TITLE: blurb</p><?php break;
} ?>
- The topic ‘[Plugin: PHP Code Widget] Doesn't seem to work’ is closed to new replies.