Loading Vars from a .php file?

I am experimenting with loading variables from a PHP file, because I plan on (hopefully) making a multiplayer flash game sometime in the future.

Well, when I use load() or sendAndLoad() with a text file, I have no problem loading the variables, but for some reason it has trouble getting them when I try to load them from a PHP file.

I was just wondering, is this just because I don’t have permission to load them from the php file?