Email contact page w/ PHP

So I just used the tutorial on kirupa (here) for creating an email contact page that uses PHP, and I’m having a bit of a problem. After you click “Send”, it is supposed to return data so that after the information is successfully sent Flash will advance to the next frame with a thank you screen. This doesn’t seem to be working, however. The email gets sent, but it never advances to the next screen. Here’s the code that checks to see if it got sent and advances the frame:

[SIZE=2][SIZE=2][COLOR=black]onClipEvent(data){
_root.nextFrame();
}

I’m thinking this could be something on my server that isn’t playing nicely. Any thoughts or suggestions of other ways to accomplish the same task? [/COLOR][/SIZE][/SIZE]