php and search engines

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
php12342005
Forum Commoner
Posts: 79
Joined: Mon Mar 21, 2005 3:35 am

php and search engines

Post by php12342005 »

search engines can find text from html pages very fast.
i guess that search engines can not search from php pages properly, at least search speed is very slow.

right?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Not necessarily (I can never spell that word :-( ).

Maybe they'll have to wait for the page to load but depending upon what the script is doing (i.e. whether it has to wait for busy database to send results or whatever).

They still read the same old (X)HTML....
Post Reply