Hi
I am getting "Cannot use a scalar value as an array"
In the following code:
for ($i=1; $i<=$session[norows]; $i++) {
$r[$i]["sid"] = ${"rsid".$i}; // error on this line
}
This is code that has worked for over a year running php 4.0.6 on a shared host (webfusion)
The servers have recently been upgraded to php 4.1.2 by webfusion
Any Ideas?
Chris