i have been getting the error
Parse error: syntax error, unexpected '.', expecting T_VARIABLE or '$'
and the line that has the issue is $ . $
foreach ($fields as &$value) {
$ . $value = $myrow[$value];
}
all im trying to do is make a variable with the for each value. can some one show me the correct way of doing something like that
thanks in advance