Spreadsheet and WordPress
-
I used CMS Made Simple before WordPress and I had a web based spreadsheet. Users were able to calculate with it and the formulas were protected.
It inculed .php-file which had html such as: input type=”submit”, {$varABC} etc.
And then an user defined tag which included formulas such as:
$varABC = $_POST[‘formABC’];
$smarty->assign(‘varABC’, $_POST[‘formABC’]);
$varABC = $varCDE + $varFGH;
$smarty->assign(‘varABC’, $varABC);What would be the best and easiest way to do that in WordPress?
Thanks
Syreeni
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Spreadsheet and WordPress’ is closed to new replies.