Quote:

Code:

if instr($check,"Q811383;")


will prevent potential false-positives.




Better would be:
Code:
if instr(";"+$check+";",";Q811383;")