On Tue, 14 May 2002, Kirk Babb wrote:
> I have a listing of department alumni which calls up their email address
> when one of the form buttons (letters of the alphabet) is clicked.  The
> emails are not hard-coded; the form sends the $letter to a php script which
> handles all the usual stuff (the query, getting the array for the query,
> printing/formatting it).  Is this type of thing accessible to spiders?  They
> can't actually perform actions on the pages can they? 

Many crawlers follow GET arguments, so if you use happen to be using links
rather than <form></form> tags, then they'll probably find 'em.

miguel


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to