Problem with Array...
Posted: Wed May 26, 2004 6:28 am
Warning: Cannot use a scalar value as an array in c:\inetpub\wwwroot\mc\sales_form.php on line 548
what does this means?
part of my code that generate this error was...
is that we cannot use array for mathematic calculation?[/b]
what does this means?
part of my code that generate this error was...
Code: Select all
$s=2
for ($n=1; $n<=$s; $n++) {
$resultї$n] = $aї$n] * $bї$n];
}