Nieuw lid |
|
dit is de code waar het omgaat:
for (i=0; i<count($pieces);i++) {
list ($varSource0, $varName0, $varAlt0)= explode ("|",$pieces[$i]);
}
for (i=0; i<count($pieces);i++) { list ($varSource0, $varName0, $varAlt0)= explode ("|",$pieces[$i]); }
en wat ik nu wil is dat het $var+$i wordt. zodat ik dus effectief $varSource0 & $varSource1 & $varSource2 krijg. moet toch mogelijk zijn?
|