I've just begun learning PHP so this may be dumb
I have a variable $data in the format "School, class"
When I subject it to the explode function $tokenizer = explode("," , $data);
I have the error :
Parse error</b>: parse error, unexpected T_VARIABLE, expecting ',' or ';' in
Could someone help me!!!
Alex