+ 1
Better alternative to JavaScript in scripting a web page
3 Answers
+ 1
I think PHP can be used...
+ 1
i would advise you to stick to JavaScript as it is the only client side scripting language and works on any computer with a web browser. PHP requires a server software to run its pages and is slower than client side DOM manipulation as each request will require to go around the server and then execute
0
Thanks