Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read Informatio From ASP Page

Status
Not open for further replies.

likelylad

IS-IT--Management
Joined
Jul 4, 2002
Messages
388
Location
GB
I need to open up a Web Page that is on one of our local servers and extract some information from it.

I have started as follows

<?PHP

$fd=fopen(&quot;
?>

All I get is an error message on line 3.

Can anyone give me a clue on how to get pass this point

Thanking in advance for any help received
 
Yes, you should be able to open an ASP script this way.

BTW, what is the setting for allow_url_fopen in your php.ini? Are you able to open other web scripts?

Post that error message again. But this time, uncheck the TGML processing checkbox before you submit.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
The issue appears to be with the IIS server that the web page is sitting on rather than the PHP code/settings.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top