[PHP] Scripting events with php

2002-01-06 Thread Puck
My problem is that I want to use events in my forms but I do not know how to use php as a script for an event. Say I wanted to do something as simple as (within a form): input type=button value=Test onclick= ?php print 'testing, testin 123';? Essentially, when a click this button in a form it

RE: [PHP] Scripting events with php

2002-01-06 Thread Jason Murray
My problem is that I want to use events in my forms but I do not know how to use php as a script for an event. Say I wanted to do something as simple as (within a form): input type=button value=Test onclick= ?php print 'testing, testin 123';? Essentially, when a click this button in a