Nope, this won't work. PHP is stricly server side; only JavaScript and
other client side languages are capable of being called based on an
event (as opposed to an HTTP request).

--toby

Francesco Rossi wrote:
> 
> Hi,
> How i can use the event OnChange of a tag <Select> for run a php script ?
> Es. <select name="myname" size="1" onchange="HOW?">
> Thank.
> 
> --
> 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]

-- 
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