A
Anonymous
Guest
:sad:
Is it possible to do something like this:
<?php
echo "<form action=\"show.php\" method=\"post\">\n";
echo "<select name=\"pair1\" onChange=\"*DO PHP FUNCTION*\">\n";
echo "<option value=\"\" SELECTED>blah</option>\n";
?>
If so, please tell me how. How would I point the onChange to the php code?
Thanks.
Is it possible to do something like this:
<?php
echo "<form action=\"show.php\" method=\"post\">\n";
echo "<select name=\"pair1\" onChange=\"*DO PHP FUNCTION*\">\n";
echo "<option value=\"\" SELECTED>blah</option>\n";
?>
If so, please tell me how. How would I point the onChange to the php code?
Thanks.