Dynamic text question

I am loading text from an MySql database with .php to use in flash.

the problem is that i have to use an & character like this

goto&play

if i excecute the .php file directly this is what it shows

goto&play

if i excecute if from an .swf file the only thing i get is this

goto

can i somewhat change this and is there an easy sollution to it. cause i need that character.

thnx infront.