Diana Castillo wrote:
Is there anything built into php that would do something like this , but in
all of the possible languages?
What do you want to do? Do you want to assign $restriction_day a list of
weekday in ALL 6000+ languages? :-)
Why don't you keep $restriction_day numeric and display th
Is there anything built into php that would do something like this , but in
all of the possible languages?
switch ($restriction_week_days) {
case "1":
$restriction_day = "Monday,Lunes,Lundi";
break;
case "2":
$restriction_day = "Tuesday,Martes,Mardi";
break;
case "3":
$restr
2 matches
Mail list logo