how to incluce file form another server

  • Thread starter Thread starter haf
  • Start date Start date
H

haf

I ahve php file on server that get's information from database..
but i want to take processed php file and get the data
form it and disply it in ASP
 
You could 'screen scrape' the data by making a web request for the
page and parsing the data you need out of the response.

Take a look at WebClient and HttpWebRequest classes.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top