PHP see POST/GET values made to script dynamically
Posted
by
minimalpop
on Stack Overflow
See other posts from Stack Overflow
or by minimalpop
Published on 2011-01-10T22:49:31Z
Indexed on
2011/01/10
22:53 UTC
Read the original article
Hit count: 169
Hi,
I've been testing a PHP script that I'm posting values to every few seconds (latitude and longitude to be specific) and am wondering if there's an easier way to see what values are being sent to the script. Right now I'm writing the data to a txt file on my server, and refreshing the page every so often to see what values have been posted recently. Is there a way to just see what's going on behind the scenes (in terminal, perhaps)?
Thanks.
© Stack Overflow or respective owner