How a web server determines whether the requested document contains php code? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How a web server determines whether the requested document contains php code?

6th Sep 2018, 3:47 AM
Gaurav Zaiswal
Gaurav Zaiswal - avatar
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
6th Sep 2018, 5:27 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
select*from emp;
8th Sep 2018, 8:12 AM
Zhratup Zhratup
Zhratup Zhratup - avatar