This would work in some circumstances: (not as an onclick)
PHP Code:
<form name="form" method="post"> <input name="button" type="submit" value="button" /> </form>
<?php $button = $_POST['button']; if(isset($button)){ // call PHP function } ?>
__________________
Think in code; Dream in digital.
<?php if($helpfull == true){ $talkupation++; } ?>
Last edited by moatist; 08-10-2009 at 08:45 PM..
|