0
Is php considered better than JavaScript for animation
4 Réponses
+ 3
PHP is server-side. It doesnt take care of animations but sending data back and forth... Javascript is clientside, is used for animation and also for sending & receiving data.
+ 1
PHP does not take care of animation stuff in the first place. So of course Javascript is better for animation as well as CSS3.
+ 1
php is server-side base and with js, jquery, css3 am pretty much sure you can do almost anything.
0
for the most part, presentation of and interaction with things you see in your browser window are handled by Javascript. when people say PHP is server-side scripting, think of it as the things being handled in the background of the site itself, like authenticating logins or managing access to a database that is stored on the server that is actually hosting the webpage