hi guys is there another way around to handle this stuff? this is my 2nd day ... :( ...i dont get it!
for example:
[PHP]foreach(xxxxxxx xxx) {
if (){xxxxxxxxxxxx }
elseif(){xxxxxx xxxx}
elseif(){xxxxxx xxxx}
elseif($x == foreach($y as $z) { $z }){xxxxxxxxxxxx }
else{xxxxxxxxxx xxxx}
}[/PHP]
something like that guyz..the last elseif statement i have to compare the value of the array...how can i do that? it wont work in this way
please help me... :(
for example:
[PHP]foreach(xxxxxxx xxx) {
if (){xxxxxxxxxxxx }
elseif(){xxxxxx xxxx}
elseif(){xxxxxx xxxx}
elseif($x == foreach($y as $z) { $z }){xxxxxxxxxxxx }
else{xxxxxxxxxx xxxx}
}[/PHP]
something like that guyz..the last elseif statement i have to compare the value of the array...how can i do that? it wont work in this way
please help me... :(
Comment