Have an account? Sign in
Login  Register  Facebook
This Page is Under Construction! - If You Want To Help Please Send your CV - Advanced Web Core (BETA)
Quick Table of Contents
[Edit] Default Syntax
The default delimiter syntax opens with <?php and concludes with ?>, like this:

PHP Code — test.php

<h3>Welcome!</h3>
<?php
echo "<p>Some dynamic output here</p>";
?>
<p>Some static output here</p>

Save that code as test.php and execute it you’ll see the output as follows

[iframe=670px|290px|hidden]http://www.awcore.com/demos/?id=php_en_17_1&name=test.php&broswer=true[/iframe]
September 20, 2011