Tagged Questions
0
votes
1answer
396 views
How could I stop PHP from returning headers when executed from commandline?
This may be a ridiculous question, but it's been bothering me for a while.
I have a mail forwarder piped to a PHP script, it receives perfectly, however I have the following error mailed back to me ...
0
votes
11answers
3k views
What's a simple method to dump pipe input to a file? (Linux)
I'm looking for a little shell script that will take anything piped into it, and dump it to a file.. for email debugging purposes. Any ideas?