Hi,
I've just upgraded from php3 to php 4.2.0 in order to run more advanced apps like phpbb2.
Whilst coding my own stuff I have a line (#76)
"$usa = $row["usa_regions""];
to get the contents of a field 'use_regions' from a mysql database. That field contains a string: 'U1|U3|U5|U12'
However I'm getting the error:
"Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in temporary-record-display.php on line 76"
I don't understand what's wrong with this, and can't find any reference to T_xxxxxx items in the php manual which I've downloaded.
Any help much appreciated,
kind regards,
Graham Nichols.