outputting all array values to file with php

Krosi1906

New Member
Im working with a foreign API and im trying to get a fix on what all its sending to my file with the GET method.How can i output something like \[code\]print_r($_GET)\[/code\] to a file so i can read what all its sending?
 
Back
Top