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"];

)?


Thanks, Peter

--
Peter Weil, Web Developer
University Communications
University of Wisconsin-Madison
Phone: 608-262-6538
Email: [EMAIL PROTECTED]




--
------------------------------------------------------------------
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