... (); still not work. I don't see the gif on my screen. The save is ok, the windows viewer ok...but only the first frame. The gif is not animated...
Oooops ! This is my mistake ! In my configuration, I have to change this line (N° 109) of your script: for($i = 1; $i <= count($images); $i++) instead of
...
... is phpinfo http://icdesign.pl/tools/pdo/info.php the line 88 is: const FETCH_ASSOC = PDO_FETCH_ASSOC; the problem is with all lines declaring const
Oooops, sorry guys, you're right ! In PHP4 is not possible to define an internal constant, I totally foget it !!! ( wow, I need less beer !!! :D ) you
...