Quick question...

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
bloodxus
Forum Newbie
Posts: 4
Joined: Fri Feb 06, 2004 11:41 pm
Location: USA

Quick question...

Post by bloodxus »

I am new to php scripting and would like to know if it is possible to write a script something like the following: A search engine bot visits a webpage to spider it, then is directed to an html file. Basically the robot would collect the information from the html file and mark it as content from the index.php file. Is this possible to write? Thanks for all your time and have a god day! James
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

If it's done on a website, PHP can do it.
bloodxus
Forum Newbie
Posts: 4
Joined: Fri Feb 06, 2004 11:41 pm
Location: USA

any ideas how to do it?

Post by bloodxus »

:roll: I could use some advice on how it would be done pls. thank you
User avatar
JAM
DevNet Resident
Posts: 2101
Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:

Post by JAM »

There are various ways, and not easely described based on whatever you are using (server) and what you have access to.
This page might hive you more ideas though: http://www.geocities.com/spamresources/ ... m#redirect
Post Reply