I'm running PHP 4.2.3 on a Windows 2000 box running IIS. I'm trying to use fopen() to simply open a text file at the moment. Once I get it working, then I'll need to later post a form and retrieve the results. For now, I can't get anything to work. :p
I'm trying to open a simple text file, using:
$wddxText = fopen("http://testing.switchol.com/signup/test.txt", "r");
All I ever get (tryng any URL), is:
Resource id #3
Any insight into why this would be happening? TIA!