Ok, this is a dumb question (hence I ask)... still learning PHP command by painful command...
How do I check to see if a comma is in a string? I tried this:
preg_match (",/i", $ticket, $result);
But I take it, that's not correct syntax....
So what is?