InterviewSolution
Saved Bookmarks
| 1. |
How To Get The Http Request In Php? |
|
Answer» When PHP is used on a Web server to HANDLE a HTTP request, it converts information submitted in the HTTP request as PREDEFINED variables:
When PHP is used on a Web server to handle a HTTP request, it converts information submitted in the HTTP request as predefined variables: |
|