• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

Need help

Mike Nissa

New Member
What can I do with PHP tags? :confused4
It doesn't seem to work. oldman2

PHP:
<?php echo "Hello!" ?>
PHP:
$myvar = 'Hello World!';
for ($i = 0; $i < 10; $i++)
{
    echo $myvar . "\n";
}
 
Last edited:
lol it only show the code and colors it, it doesn't execute it (it would be too dangerous to let people execute whatever script on a forum)
 
Back
Top