Quote:
Originally posted by Dave Baker
Even cleaner:
Old:
if ($location) { $location = "Location: $location"; }
New:
if ($location) { $location = "Location: $location<br>"; }
That way, if there's no location, there's no linefeed.
[Ed's Edit: Sorry, you missed a "$", fixed now]
[Edited by Ed Sullivan on 07-15-2000 at 10:47 PM]
|
hehe my members love the new addition by Ed

what does it mean 'no linefeed' ?