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
|