[snip] > I assume i could use solution "A" above, and parse the _x out of the "name" > value .. but this seems pretty hoaky and it's my understanding soultion B is [snip]
This is how it's done. If this is set, the button
was clicked. For example:
if (isset($_REQUEST['thebuttonname_x'])) {
print "The button was clicked";
}
Regards,
Philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

