View Single Post
  #3 (permalink)  
Old 12-08-2007, 08:20 PM
espmartin's Avatar
espmartin espmartin is offline
Senior Member
1086 posts this year. Platinum VIP!
Trusted Member - This user is a Master!
Last months UKWW Tokens: 3
 
Join Date: Jun 2007
Location: West Coast, USA (California)
Posts: 963
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Default

Quote:
Originally Posted by SkinnerW View Post
...PHP gives you much more flexibility than just simple "include"...
I agree with you SkinnerW. I actually use PHP to serve one of my sites as
XHTML 1.1 (with the correct content type as well):
Code:
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=utf-8" />
and other "lesser" browsers get XHTML 1.0 Strict, with it's content type as:
Code:
content="text/html;
Just one semi-advanced PHP thang I do...
Reply With Quote