i recently began developing php with xampp and apache on windows 7. I’m used to have a shell open with all the server transactions when developing with other environments. I’m working a lot with ajax and i love this “print” commands…
How can I see the GET requests, the POST responses and the contents of “print” with xampp? Probably there is a DOS command to start the apache and see it working…but how is that going?
Thanks a lot!
For Firefox extensions, you should try liveHttpHeaders or tamper data (the latest have more filters)
For a more in depth way, see wireshark.
Edit:
For the
print()part, I recommend you to install firebug and firePHP addons for Firefox.