Sunday, 15 September 2013

PHP Syntax has to be off

PHP Syntax has to be off

So I have this code to name individual comments.
echo '<div class="leftpart"><a name="comment_'.$row["num"].'" ></a>';
The link that shows up like this...
?id=28#comment_34 />
What's up with the />
Should I show more code?

No comments:

Post a Comment