WWW doesn't seem to work Externally?

I’m referencing this: Unity - Scripting API: WWW.WWW

I’ve got code in place for a dynamic menu, I’ve only posted the code relative to the current problem too.

Basically my problem is that the following code sends the username and password from the TextFields to a PHP file, that uses $_REQUEST[ ] to grab the data and post the Email, if an email is posted back the client logs in and displays the main menu.

This all works perfect locally, exactly how I want it to. But when connecting to the same PHP file on an external website (It has enough space, etc to run it) it’s like the Game hangs, as if it can’t see the data.

I typed the code that would of been sent into the browser address bar and I saw the data, so it’s definitely working. Unity just isn’t able to connect it seems.

What could be causing this?

It seems I narrowed the problem down, I used Debug.Log to see what’s happening and it’s dying right after mysql_connect, the details are correct though and it works through the browser so I’m still not sure of what’s wrong…

http://answers.unity3d.com/questions/724994/cant-get-information-from-an-external-php-file.html

I just saw your reply, thanks I’ve replied back