Sorry Mark I could not understand at start, that I can put as many case χχχ: i want.
I have read PHP Manual, but unfortunately i don't understand. You see many things that are easy for some people are very difficult for others. I try very hard but how forward can some one can go.
Thanks for your help, and by making a lot of tests-combinations than I realized.
Yes now its easy when is there a way to understand.
For some dummies like me.
PHP Code:
switch ($foruminfo['forumid']) { case xxx: case xxx: case xxx: case xxx: case xxx: case xxx: $vbphrase['post_new_thread'] = 'Submit Ticket'; break; case xxx: case xxx: $vbphrase['post_new_thread'] = 'New Help Thread'; break; case xxx: $vbphrase['post_new_thread'] = 'What else name; break; }
Where xxx is forum id
Hope if we put many forums id there is no problem to forum or else?
EDIT: Len, we posted same time, did not see it first