What is cross browser | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

What is cross browser

Is php cross browser compatible

19th Jun 2017, 4:50 PM
S.Mohan
S.Mohan - avatar
3 Respostas
0
PHP has nothing to do with browser compatibility it's running on server side
19th Jun 2017, 8:48 PM
KĆ¼rti Szabolcs
KĆ¼rti Szabolcs - avatar
0
What is cross browser
19th Jun 2017, 11:58 PM
S.Mohan
S.Mohan - avatar
0
It means that the same piece of code works the same way in every type of browser let it be google chrome or microsoft internet explorer. It can be applied to css or javascript because they run in the browser. However, to go back to your original question: php is executed on the server so, cross browser compatibility doesn't apply.
20th Jun 2017, 5:43 AM
KĆ¼rti Szabolcs
KĆ¼rti Szabolcs - avatar