"Hugh Bothwell" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > if (isset($action) and isset($action_list[$action])) { > $t = $actions[$action](); Typo alert!! This line should be '$t = $action_list[$action];' -- 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] build button with php nafiseh saberi
- RE: [PHP] build button with php scott [gts]
- [PHP] Re: build button with php Hugh Bothwell
- Hugh Bothwell