Advertisement

05.09.2008 at 10:05PM PDT, ID: 23391311 | Points: 125
[x]
Attachment Details

Want to open http://www.motohound.co.nz/my_stocklist.asp for reading in php

Asked by EE_Navigator in PHP Scripting Language

I want to read entire souce code of the page http://www.motohound.co.nz/my_stocklist.asp. The file_exists function tells me that the file doesn't exists. How should I proceed to open this for rading?
Start Free Trial
1:
2:
3:
4:
5:
6:
7:
8:
if ((file_exists("http://www.motohound.co.nz/my_stocklist.asp")))
                    {
                     echo "The file exists.";
                    }
                    else
                    {
                     echo "The file  does not exist.";
                    }
[+][-]05.09.2008 at 10:51PM PDT, ID: 21537985

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.09.2008 at 11:41PM PDT, ID: 21538048

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.09.2008 at 11:43PM PDT, ID: 21538051

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 07:11AM PDT, ID: 21539108

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 10:17PM PDT, ID: 21541534

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]05.10.2008 at 10:27PM PDT, ID: 21541546

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628