Posts Tagged ‘php variable’

Knowing $_SERVER PHP Variable in a better way

Knowing $_SERVER PHP Variable in a better way
$_SERVER array in PHP is very useful in getting lot of information about the PHP script in execution as well as the server/request details. $_SERVER is an array containing information such as headers, paths, and script locations. The entries in this array are created by the web server.Following are few very useful attributes of ...
Copyright © 2012 ViralPatel.net. All rights reserved.