Site scanner

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Doolittle
Forum Newbie
Posts: 19
Joined: Sun May 04, 2003 11:45 pm

Site scanner

Post by Doolittle »

Is there a way in php to scan a webserver [from anotherwebserver] say given a web adress?

Possibly return just a huge list of files like:

index.html
blah.jpg
styles.css

etc etc

thanks in advance!
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

take a look on [php_man]curl[/php_man] extension.
Post Reply