On Mar 26, 2008, at 1:38 PM, Peter Weil wrote:

We have a php script on a server that has been used to process a particular type of text file we receive and prepare it for the web. It has always been run by pasting the text into a web form and clicking submit.

What would it take to turn this script into a local BBEdit Unix filter? In particular, what variable do I need to use for content of the file to be filtered?

(to replace the current

$content =$_POST["wireText"];

The content to process is passed to you via a temp file in ARGV.

Jim


--
------------------------------------------------------------------
Have a feature request? Not sure the software's working correctly?
If so, please send mail to <[EMAIL PROTECTED]>, not to the list.
List FAQ: <http://www.barebones.com/support/lists/bbedit_talk.shtml>
List archives: <http://www.listsearch.com/BBEditTalk.lasso>
To unsubscribe, send mail to:  <[EMAIL PROTECTED]>

Reply via email to