+ 1

Is php is slower working with validation of JavaScript and CSS for web front design ?

Please tell me

2nd Jan 2019, 3:07 PM
ĂŠshrĂźth.htm
ĂŠshrĂźth.htm - avatar
3 Answers
+ 2
Idk is this youre searching for.
2nd Jan 2019, 3:18 PM
ShortCode
+ 2
Sorry, your English is unclear. Also PHP is not a front end web development language. It is faster to do validation in Javascript because you do not have the latency asoceated with transmission over the Internet. However if the data is being sent back to the server, you should also validate it on the server side in PHP.
2nd Jan 2019, 4:13 PM
josh mizzi
josh mizzi - avatar