It seems you have enabled Magic Quotes GPE and Runtime in your PHP.ini configuration. This means that the MySQL data from your board are being parsed twice. This means that " ' "s come out as " \' " and " \ " comes out as " \\ ". In your board, you need to stripslashes() or disable MQ GPE. This is affecting the singups at least
-Robin
