View Single Post
Old 09-04-2007   #4 (permalink)
Jolt
Registered User
 
Join Date: Aug 2004
Posts: 119

Be aware that including lines of php in html files is not terribly secure. PHP should always be executable if you want to maintain security.

As for "search engines this way plus fewer browser incompatibilities" I don't understand your point at all. PHP is executed at the server level, so either way the browser (and search engines) see exactly the same code. The only difference is how secure your php code is.
Jolt is offline