View Single Post
  #3  
Old 10-15-2003, 06:08 PM
 
walteis walteis is offline
 

Advanced Member
  
Join Date: Jan 2003
Location: USA
Posts: 65
 

Default

Well, I don't see the point of having the "if" statement, as it will always be true as written. So you can probably simplify it to
Code:
$headers .= "Content-Type: text/html; charset: ".$charset.$lend;
and forget the if structure.

Walt
Reply With Quote