On Fri, Jun 12, 2009 at 9:41 AM, Michele Waldman <mmwald...@nyc.rr.com>wrote:

>  I know that web crawlers doen’t execute javascript when indexing
> webpages.
>
>
>
> Does the php get evaluated when indexing?  I’m thinking I does.
>
>
>
As a server-side scripting language, PHP is evaluated by the webserver (on
the server) in response to a URI request.  PHP code never makes it to any
client (if the server is configured properly.)  (Generated) HTML (and other
content types) are returned to the browser or automated user agent.  Some
automated user agents do interpret javascript.

~ Greg

-- 
Greg Rundlett
Web Developer - Initiative in Innovative Computing
http://iic.harvard.edu
camb 617-384-5872
nbpt 978-225-8302
m. 978-764-4424
-skype/aim/irc/twitter freephile
http://profiles.aim.com/freephile
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to