PDA

View Full Version : [SOLVED] Error Message


Meekel
09-07-06, 05:49 PM
<link>http://www.xboxhighway.com/index.php?do=viewarticle&id=<?=$result['id']?></link>

I get the error message:


XML Parsing Error: not well-formed
Line Number 13, Column 69:
<link>http://www.xboxhighway.com/index.php?do=viewarticle&id=2</link>
--------------------------------------------------------------------^

Any ideas?

mab
09-07-06, 06:16 PM
I believe you need to replace the & with &amp;

Meekel
09-08-06, 08:14 AM
Cheers for that. Worked a treat!