Using the gd library, can one make an animated gif?
I read somewhere how someone created an animation using php and the exec function, then saved it as a gif, put it in a temp directory, and moved it from there to a local directory so it wouldn't get destroyed.
Unfortunately, I can't use the exec function because it's not allowed on my webhost.
Is there an alternative way to create animated gifs using php?