Thread: HTML or PHP
View Single Post
  #2 (permalink)  
Old 09-16-2005, 04:11 PM
stealthhosts stealthhosts is offline
Senior Member
0 posts this year. needs some grease!
New user, who has not interacted much yet.
 
Join Date: Jul 2005
Posts: 247
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Send a message via MSN to stealthhosts
Default

they are both the same ovi.

In terms of what the search engines see there is no difference, PHP is simply the stuff that tells the server what to display in the page. You can use php to show pure javascript if you like, or xhtml it makes no difference.

You would have

PHP- do some stuff to get my content
end php
php - show content
html
head
end head
body
end body
end html
php - stop showing content
Reply With Quote