[code] <?php /* How to dynamically cast a variable*/ ... Read More »
[code] <?php $numbers = array( 1, 2, 3,... Read More »
[code] form id="solarrechner" name="solarrechner" action="index.php" method="POST"><?phpforeach($_POST as $key => ... Read More »
[code] function strip_zeros_from_date( $marked_string = "" ){ //Remove any Zeros in the date $... Read More »
[code] //Information about the Server we're onecho "SERVER_NAME: " . $_SERVER['SERVER_NAME'] .... Read More »
[code] //$h = text//$n = keywords to find separated by space//$w = words near keywords to keepfunction truncatePreserveWords ($... Read More »
[code] function index(){ static $idx = 0; $idx... Read More »
[code] /************************Example 1************************/$a = 1;... Read More »
[code] //This function is being returned as a referencefunction &example1(){ global ... Read More »
[code] <?php class Person{ function say_hello(){... Read More »