Re: [PHP] Scripting events with php

2002-01-06 Thread Richard S. Crawford
Since PHP lives on the server and is not interpreted by the browser, you can't use PHP to script events. You'll need to use JavaScript. Specifically, in this case, what you need to do is something like this: The best thing that you can do in this situation is to have PHP generate the JavaSc

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): 'testing, testin 123';?>> > > Essentially, when a click this button in a form it prints out testing. PHP is a server-s