I have a button that's supposed to call a php function when it's called.
I've tried onClick, onclick, onclick="",and some other variations.
<input type="submit" name="test" id="test" value="Save" onclick="<?
php echo click(); ?>" /><br/>
I just want it to get the onclick and trigger the php function.