[PHP] How to code in PHP an onchange event in a select?

2010-11-05 Thread Tomás Corrales Lemoine
Hi, List, Thanks everybody for your answers. Aeropuerto Internacional Frank País García de Holguín. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How to code in PHP an onchange event in a select?

2010-11-04 Thread Tomás Corrales Lemoine
Hi, List, I have this two files (“index.php” and “include.php”). They both work fine, but I want to substitute the code for de onchange event in the select tag. Can I use PHP to code this event? How? Thanks. index.php: ?php echo 'htmlbody'; include_once 'include.php';