<?php $data = 'My data'; function menugen($arg) { echo "[" . $arg . "]"; } menugen($data);
You have javascript disabled. You will not be able to edit any code.