yessss
All lines generated by php are in red
The next line is generated by php and shows all the ? querystring parameters passed to the page
key = user, value = dh
key = user, value = dh
All lines generated by php are in red
The next line is generated by php and shows all the ? querystring parameters passed to the page
key = user, value = dh
key = user, value = dh
The user for this page is David
The next line is a dump (literally) of the php variable that holds all the querystring and post variables
array(1) {
["user"]=>
string(2) "dh"
}