Variable Naming

I’m using loadVars in AS2 Flash 8 and PHP returns this string

[COLOR=Blue]success=false&error_message=xxx[/COLOR]

The [COLOR=Blue]success[/COLOR] variable traces fine but [COLOR=Blue]error_message[/COLOR] is always undefined. Is it because the underscore is not allowed?