Just a quick one. I've been doing really well on my own lately, with starting points from David.

Say I'm passing variables through links. I write one like this:
<a href="news-delete.php?id='.$article['id'].'">

That's in the middle of an echo. Now, how do I pass two variables of this type?
_________________________
Matt