I don't understand. You decide which actions you want to perform.
you can link one button to more than one action.
>> switch ($action)
>> {
>> case 'chat':
>> perform_action_chat($_REQUEST);
>> break;
>> case 'default': // next
>> default
>> perform_action_default($_REQUEST);
>> break;
>> } // case action
>> ?>
p.e.:
case 'chat':
perform_action_chat($_REQUEST);
perform_action_display($_REQUEST);
break;
case 'default':
perform_action_display($_REQUEST);
break;
------------------------ Yahoo! Groups Sponsor --------------------~-->
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/HKFolB/TM
--------------------------------------------------------------------~->
Community email addresses:
Post message: [email protected]
Subscribe: [EMAIL PROTECTED]
Unsubscribe: [EMAIL PROTECTED]
List owner: [EMAIL PROTECTED]
Shortcut URL to this page:
http://groups.yahoo.com/group/php-list
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/php-list/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/