PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
sciguy77
Forum Newbie
Posts: 5 Joined: Sun Feb 15, 2009 5:47 pm
Post
by sciguy77 » Sun Feb 15, 2009 5:49 pm
Hi,
Is it possible to make an image in a loop rotate clockwise slowly?
Thanks
Christopher
Site Administrator
Posts: 13596 Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US
Post
by Christopher » Sun Feb 15, 2009 6:24 pm
You could use GD or Image Magick to build multiple frames. Maybe newer browsers that support documents canvas can do it? Or Flash?
(#10850)
sciguy77
Forum Newbie
Posts: 5 Joined: Sun Feb 15, 2009 5:47 pm
Post
by sciguy77 » Sun Feb 15, 2009 6:42 pm
Is there any way to do it just by writing PHP code?
Thanks
Benjamin
Site Administrator
Posts: 6935 Joined: Sun May 19, 2002 10:24 pm
Post
by Benjamin » Sun Feb 15, 2009 6:43 pm
You can use javascript. What have your searches turned up?
sciguy77
Forum Newbie
Posts: 5 Joined: Sun Feb 15, 2009 5:47 pm
Post
by sciguy77 » Sun Feb 15, 2009 6:49 pm
Really? Hmmm. I've been using JavaScript for a while, but I'm switching to PHP because most people have said that PHP is more dynamic.
After a quick search I found a page that said JavaScript can't do that. Is this wrong?
Thanks
sciguy77
Forum Newbie
Posts: 5 Joined: Sun Feb 15, 2009 5:47 pm
Post
by sciguy77 » Sun Feb 15, 2009 6:51 pm
Oh, and I am going to put it over a login, which is better done in PHP.