Back to Browse

PHP $_SERVER Variable Tutorial in Hindi | CodexEdu

1.3K views
Jun 3, 2020
7:11

#php #webdevelopment #webdesign #PHPDevelopment #PHPServerVariable In this video tutorial, you can learn about PHP SERVER variables in Hindi. You can learn how to create PHP SERVER variable code in PHP, PHP SERVER Variable Scope, SERVER Variable Types, and what is the PHP SERVER variable., so please watch till the end and stay tuned. Element/Code Description $_SERVER['PHP_SELF'] Returns the filename of the currently executing script $_SERVER['GATEWAY_INTERFACE'] Returns the version of the Common Gateway Interface (CGI) the server is using $_SERVER['SERVER_ADDR'] Returns the IP address of the host server $_SERVER['SERVER_NAME'] Returns the name of the host server $_SERVER['SERVER_SOFTWARE'] Returns the server identification string $_SERVER['SERVER_PROTOCOL'] Returns the name and revision of the information protocol $_SERVER['REQUEST_METHOD'] Returns the request method used to access the page (such as POST) $_SERVER['REQUEST_TIME'] Returns the timestamp of the start of the request $_SERVER['QUERY_STRING'] Returns the query string if the page is accessed via a query string $_SERVER['HTTP_ACCEPT'] Returns the Accept header from the current request $_SERVER['HTTP_ACCEPT_CHARSET'] Returns the Accept_Charset header from the current request $_SERVER['HTTP_HOST'] Returns the Host header from the current request $_SERVER['HTTP_REFERER'] Returns the complete URL of the current page (not reliable because not all user-agents support it) $_SERVER['HTTPS'] Is the script queried through a secure HTTP protocol $_SERVER['REMOTE_ADDR'] Returns the IP address from where the user is viewing the current page $_SERVER['REMOTE_HOST'] Returns the Hostname from where the user is viewing the current page $_SERVER['REMOTE_PORT'] Returns the port being used on the user's machine to communicate with the webserver $_SERVER['SCRIPT_FILENAME'] Returns the absolute pathname of the currently executing script $_SERVER['SERVER_ADMIN'] Returns the value given to the SERVER_ADMIN directive in the web server configuration file $_SERVER['SERVER_PORT'] Returns the port on the server machine being used by the webserver for communication $_SERVER['SERVER_SIGNATURE'] Returns the server version and virtual hostname which are added to server-generated pages $_SERVER['PATH_TRANSLATED'] Returns the file system based path to the current script $_SERVER['SCRIPT_NAME'] Returns the path of the current script $_SERVER['SCRIPT_URI'] Returns the URI of the current page Official Website : https://www.codexedu.in/ PHP Tutorial in Hindi Playlist https://www.youtube.com/playlist?list... Follow us on Facebook https://www.facebook.com/codexeduyout... Follow us on Instagram https://instagram.com/codex_edu Useful Searches Keyword On YouTube: =============================== PHP Tutorial in Hindi Playlist PHP introduction tutorial in Hindi PHP tutorial for beginners PHP tutorial in hindi PHP tuts in hindi free PHP course PHP tuts in Hindi codexedu codex edu PHP course in Hindi Thank You For Watching........ :)

Download

0 formats

No download links available.

PHP $_SERVER Variable Tutorial in Hindi | CodexEdu | NatokHD