Passing unknown number of variables in php

Associate
Joined
19 Jun 2006
Posts
162
Location
Swansea, Wales
I want to call a function which in turn calls other functions depending on the variables i pass to it. It may be one variable or two. However, if i only pass one i get the following error...

Missing argument 2 for dis_rightcol()

Is there a way to avoid this?

Thanks
 
Back
Top Bottom