View Single Post

  #3 (permalink)  
Old 09-06-2004
Carolyn Gill
 
Posts: n/a
Default Re: Help with rotator script error

Thank you so much! I can now get some sleep before the next crisis in my
life crops up :)
You're a lifesaver.

"Jasper Bryant-Greene" <jasperbg@gmail.com> wrote in message
news:0CS_c.22354$N77.969590@news.xtra.co.nz...
> Carolyn Gill wrote:
> > here's the page with the error http://www.ioworldwide.com/ and...

>
> That isn't an error - simply a notice letting you know that that
> variable hasn't been defined. Either put
>
> $image = '';
>
> at the top of your script to define $image before starting, or put
>
> error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
>
> at the top to hide such notices.
>
> --
> Jasper Bryant-Greene
> Cabbage Promotions



Reply With Quote