[PHP] and now i get

2001-10-29 Thread Richard Marks
hmm I found out that I had to add global $img; in my functions, but dangit now I get this error! br bFatal error/b: Cannot break/continue 1 levels in b/(MY PATH)/www.gzmsoftware.f2s.com/php/fractal.php/b on line

Re: [PHP] and now i get

2001-10-29 Thread Rasmus Lerdorf
You can't 'break' out of a function. You need to use 'return'. You might want to try one of the many irc channels instead. This mailing list really isn't for line-by-line debugging of your scripts. -Rasmus On Mon, 29 Oct 2001, Richard Marks wrote: hmm I found out that I had to add global