I noticed when going through a piece of php code, that the color changes from black to light blue just after the following statement.
ereg_replace("\"","'",$msg);
I'm wondering that if its missing a double quote with it affect the rest of the code and cause some of the function to not function properly...
James