WWW.text is returning entire index.php page

Is there a way to disable this behavior?

The top is the data I’m sending back but after my data is the entire index.php script that loads the Web Player.

I’m using one of the Facebook integration packages I purchased on the Asset store. Is this maybe just a side effect of that package or does WWW.text always return the index.php script?

Thanks!

Notice that when you return a WWW, it brings back everything your PHP file has under ECHO or PRINT. Check your PHP script and make sure it doesn’t create a page using one of these two functions to produce a page.

This is a great tutorial on how to get around wwwforms and php.