Hey all, just had another post here but thought i’d re-name it and start over as i was getting nowhere with the other one :c)
How, in php, do i write &result to increment by 1 for each entry?
ex. &result1 &result2 &result3
I’ve got the following code to work:
if ($i == 0) {
print "&result=$output";
}
if ($i == 1) {
print "&result2=$output";
}
but I cant number all the entries with that method.
~ Seretha :love: