PHP guru's
PHP guru's
Out of context: Reply #4
- Started
- Last post
- 13 Responses
- unfittoprint0
a loop like this might help...
foreach ($HTTP_GET_VARS as $key=>$value) {
print "$key == $value";
}
a loop like this might help...
foreach ($HTTP_GET_VARS as $key=>$value) {
print "$key == $value";
}