hello people im using an free wordpress plugin called WP Greetbox.
and in the area that I write my own greeting message I tried to execute some php
but it dosent work???PHP Code:<?php
$test = 'test';
echo $test;
?>
when I check the source of the page after I see
Can someone help pleasePHP Code:<!--?php
$test = 'test';
echo $test;
?-->


Reply With Quote

Bookmarks