Re: FN-FORUM php echo problem
date posted 27th June 2002 11:44
Hi Rob,
This is a HTML syntax problem. You need to enclose the value for arrtibutes
(i.e. your output) in quotation marks if there is a space in there anywhere,
otherwise everything after the space is parsed as a new attribute. Try...