Forum Moderators: coopster

Message Too Old, No Replies

validating php code

suspected & sign problem

         

stef25

7:59 pm on Aug 4, 2004 (gmt 0)

10+ Year Member



if i get the following error from the W3 validator

Line 162, column 191: general entity "date" not defined and no default entity

...om/page.arcview.php3?clid=4&id=97283&date=2004-04-18&usrsess=1">foobar ...

does that mean the problem is with the "&" sign?

is it possible to change this if generated from a blog tool?

bcolflesh

8:03 pm on Aug 4, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



"&" should be:

"&"

you could regex the output of the blog before echo'ing it in your page, if that's possible in your situation.