Forum Moderators: coopster
$GLOBALS['TEMP_VARIABLE_'.$username] = "blah blah blah";
...but I'm getting an error saying "unexpected T_VARIABLE, expecting ']'", which suggests to me that I can't have another variable within the variable name. Is there another way of doing this?
Let me know if you need all the code, but I don't think it matters, it's just a syntax error. Thanks in advance.