On Sat, 31 Jul 2004 17:33:50 +0200, Schalk Neethling
<[EMAIL PROTECTED]> wrote:
> Hi there
>
> I have a line of PHP code that behaves very strangely, I was hoping
> someone can shed some light on this.
>
> When the line reads as follows:
> href="javascript:openWindow();">'.$row_ads['full_img'].'
Hi there
I have a line of PHP code that behaves very strangely, I was hoping
someone can shed some light on this.
When the line reads as follows:
'.$row_ads['full_img'].'' ?>
it works find and the output is displayed. Now, when I change the line
as follows no output is produced.
' ?>
Any ideas