+ 2
How a web server determines whether the requested document contains php code?
2 Réponses
+ 7
✓First to interact with a server there should be a PHP code.
✓When client opens some web documents ,The web servers passes those documents to interpreter which validate the php code, and interpreter gives response to web server ,then web server returns output to Users
+ 1
select*from emp;