[PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread Gianni Pirini
Hello !! First of all, sorry for my english... I've one question, what is a reasonable max number of case block in a switch steatment? If i want to redirect 300 pages, for example, to one page index.php?id=32 and include in this page, in base of the id value, 300 different pages, i can have some

[PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread Gianni Pirini
Hello !! First of all, sorry for my english... I've one question, what is a reasonable max number of case block in a switch steatment? If i want to redirect 300 pages, for example, to one page index.php?id=32 and include in this page, in base of the id value, 300 different pages, i can have some

Re: [PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread Justin Patrin
On Tue, 27 Jul 2004 15:36:13 +0200, Gianni Pirini [EMAIL PROTECTED] wrote: Hello !! First of all, sorry for my english... I've one question, what is a reasonable max number of case block in a switch steatment? If i want to redirect 300 pages, for example, to one page index.php?id=32 and

Re: [PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread raditha dissanayake
Gianni Pirini wrote: Hello !! First of all, sorry for my english... I've one question, what is a reasonable max number of case block in a switch steatment? Depends on what you are trying to achieve. But if you have a lot of cases in your switch - that probably means your design can be

[PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread Gianni Pirini
Hello !! First of all, sorry for my english... I've one question, what is a reasonable max number of case block in a switch steatment? If i want to redirect 300 pages, for example, to one page index.php?id=32 and include in this page, in base of the id value, 300 different pages, i can have some

Re: [PHP] exists max number of case block in switch steatment ?

2004-07-27 Thread Alister
Gianni Pirini wrote: Hello !! First of all, sorry for my english... I've one question, what is a reasonable max number of case block in a switch steatment? If i want to redirect 300 pages, for example, to one page index.php?id=32 and include in this page, in base of the id value, 300 different