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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is there a function similar to opendir() for remote sites?

Status
Not open for further replies.

casters

Programmer
Mar 24, 2003
50
IT
Dear all,
I use a simple routine to provide a sort of "search engine" that scans through all the local html file. The system is base on the use of the function opendir(.). As far as I know, this function only works for the "current" server (where the PHP program is running).
Do you know if there is a similar function that can be used on remote pages?

Thank you

Gaetano
 
Sorry, I wrote opendir() instead that readdir()!

Gaetano
 
Thank you, sleipnir214; so I fear I'll have to renounce to my plan :-(

Gaetano
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top