From: "kaab kaoutar" <[EMAIL PROTECTED]>
Sent: Thursday, March 01, 2001 5:59 PM


> please i'm really in need of knowing if there is a way to do a php
statement
> once a button is clicked!

What you really need to understand is, that PHP is a SERVER-side scripting
language. The only way to execute a statement when pressing a button is to
use a CLIENT-side scripting language (JavaScript or VBScript if you're using
Explorer only).

PHP is only run when a page is requested, such as when pressing a link or
submitting a form or the like.

- Carsten




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to