File: sample/formula.php

Recommend this page to a friend!
  Classes of ikhsan   jQuery Calx   sample/formula.php   Download  
File: sample/formula.php
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: jQuery Calx
Calculate form input values based on formulas
Author: By
Last change: Update of sample/formula.php
Date: 2 years ago
Size: 108 bytes
 

Contents

Class file image Download
<?php sleep(5); $result = 0; foreach ($_POST['params'] as $param) { $result += $param; } echo $result;