So hi there, 1st timer here, hoping for a nice treatment 😕?? Ok kidding 🙂
Ok ive a problem, that i just cant deal with.
I need some way, to rename a variable, to consist of a word and a variable.
example:
for($i="1";$i<="10",$i++){
$variable=array();
$variable+$i=$variable;
}
and at the end i would have like
$variable1,
$variable2 and so on.
Any help?