Re: [PHP-WIN] RE: Strange behaviour

2004-08-01 Thread Justin Patrin
On Sun, 01 Aug 2004 00:27:33 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > Justin > > Ok here is what is happening, the code is as follows: > > > echo ''; > echo ' height="120" />'; > echo ''; > ?> > > > > When I access the page with eithe

Re: [PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Schalk Neethling
Justin Ok here is what is happening, the code is as follows: echo ''; echo ''; echo ''; ?> When I access the page with either FireFox 0.9 or IE 6.0 BLOCK TWO prints ../media/ads/001.jpg but, BLOCK ONE is totally skipped over. Justin Patrin wrote: On

Re: [PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 15:15:33 -0700, Justin Patrin <[EMAIL PROTECTED]> wrote: > On Sat, 31 Jul 2004 22:13:49 +0200, Schalk Neethling > <[EMAIL PROTECTED]> wrote: > > > > > > Justin > > > > I copied your php string with the ; at the end and as before nothing :( > > When looking at the HTML source af

Re: [PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 22:13:49 +0200, Schalk Neethling <[EMAIL PROTECTED]> wrote: > > > Justin > > I copied your php string with the ; at the end and as before nothing :( > When looking at the HTML source after the page has been parsed the > following is there: > > so the tag is completely > s

[PHP-WIN] RE: Strange behaviour

2004-07-31 Thread Schalk Neethling
Justin I copied your php string with the ; at the end and as before nothing :( When looking at the HTML source after the page has been parsed the following is there: so the tag is completely skipped. Justin Patrin wrote: On Sat, 31 Jul 2004 17:33:50 +0200, Schalk Neethling <[EMAIL PROTECTE

[PHP-WIN] Re: Strange behaviour

2004-07-31 Thread Jed Hunsaker
Well, what's the value of $row_ads['full_img']? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php