+ 2
How a web server determines whether the requested document contains php code?
2 Answers
+ 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;