Know how in asp you can define a query string based on a case? I've been trying to figure this out in PHP and I have come up dry. Any assistance is greatly appriciated. A tutorial or answer would be great.
More or less, what I am trying to do is pass a integer to my if() statment and as a result, based on the int 1-5 it will display up to 5 uploading boxes and as few as 1. I'm trying to figure out how I can do this all within the same script efficiently.
Thanks.