Here's where I use the single 'q' version, if i don't the image doesn't show up at all. See, I think it's because I have both single and double quotes in the EntryBody (which is written by MT to make the pop-up link)
http://nearlythere.com/test_randomimg.phpthis is what i get using the single 'q'
CODE
<p><a href="http://nearlythere.com/haha/archives/images/IMG_0413.html" onclick="window.open(\'http://nearlythere.com/haha/archives/images/IMG_0413.html\', \'popup\', \'width=381,height=432,scrollbars=no,resizable=no,toolbar=no,directories=no,lo
cation=no,menubar=no,status=no,left=0,top=0\'); return false"><img src="http://nearlythere.com/haha/archives/images/IMG_0413-thumb.jpg" width="200" height="226" border="0" /></a><br />title: </p>
Aug 28, 2002
<hr />url: we all scream for ice cream
category: http://nearlythere.com/haha/archives/000099.html
IMG_0413
kids
and this is what i get using the double 'qq'
CODE
<p><a href=\"http://nearlythere.com/haha/archives/images/IMG_0413.html\" onclick=\"window.open('http://nearlythere.com/haha/archives/images/IMG_0413.html', 'popup', 'width=381,height=432,scrollbars=no,resizable=no,toolbar=no,directories=no,lo
cation=no,menubar=no,status=no,left=0,top=0'); return false\"><img src=\"http://nearlythere.com/haha/archives/images/IMG_0413-thumb.jpg\" width=\"200\" height=\"226\" border=\"0\" /></a><br />\n</p>
title: we all scream for ice cream
Aug 28, 2002
<hr />url: http://nearlythere.com/haha/archives/000099.html
category: IMG_0413
kids
See the difference? It doesn't quite work. In the dump file it looks like:
CODE
Aug 28, 2002
<p><a href="http://nearlythere.com/haha/archives/images/IMG_0413.html" onclick="window.open(\'http://nearlythere.com/haha/archives/images/IMG_0413.html\', \'popup\', \'width=381,height=432,scrollbars=no,resizable=no,toolbar=no,directories=no,lo
cation=no,menubar=no,status=no,left=0,top=0\'); return false"><img src="http://nearlythere.com/haha/archives/images/IMG_0413-thumb.jpg" width="200" height="226" border="0" /></a><br />
</p>
we all scream for ice cream
http://nearlythere.com/haha/archives/000099.html
IMG_0413
kids
--------
Oh, anyway, I wanted to respond since you asked...
But I think I'll use my other work around until i can learn some more about the php encode...
Thanks anyway!