Difference between revisions of "Sandbox"

From Baloogan Campaign Wiki
Jump to: navigation, search
Line 1: Line 1:
* {{#expr:{{#time: U | now }}-1386802860 }}
+
<syntaxhighlight lang="php">
* {{#expr:{{#expr:{{#time: U | now }}-1386802860 }}/86400}}
+
<?php
* {{#replace:{{NUMBEROFVIEWS}}|,|}}
+
    $v = "string";    // sample initialization
* {{#expr:{{#replace:{{NUMBEROFVIEWS}}|,|}} / {{#expr:{{#expr:{{#time: U | now }}-1386802860 }}/86400}}}}
+
?>
* {{#expr:trunc{{#expr:{{#replace:{{NUMBEROFVIEWS}}|,|}} / {{#expr:{{#expr:{{#time: U | now }}-1386802860 }}/86400}}}}}}
+
html text
 +
<?
 +
    echo $v;        // end of php code
 +
?>
 +
</syntaxhighlight>

Revision as of 22:56, 9 November 2014

<syntaxhighlight lang="php"> <?php

   $v = "string";    // sample initialization

?> html text <?

   echo $v;         // end of php code

?> </syntaxhighlight>