RE: [PHP] Odd escape code behavior

2003-07-25 Thread Chris W. Parker
Meeta Bhaduri on Friday, July 25, 2003 12:33 PM said: > Correct php code would be : > /mypath/my.gif > Works only if I remove the ">" : > > Can someone point out where I'm goofing up? Do this instead: > Also, I'm not on this list, so I'd appreciate replies > to

[PHP] Odd escape code behavior

2003-07-25 Thread Meeta Bhaduri
Hi, I've recently started looking into some PHP code, so please bear with me if I sound less than a novice... I have a html file with php code which works only if I remove the ">" from the ending escape sequence. For example, Correct php code would be : /mypath/my.gif Works only if I remove the ">