Hello Everyone,
Just trying to evaluate BBEDIT for some mass editing with multiple
lines and files and I am having an issue with PHP line breaks.
I am trying to find this: $msg .= "Sender's Name: \t
$_POST[name]\n";
and replace it with this:
$msg .= "Sender's First Name: \t$_POST[first_name]\n";
$msg .= "Sender's Middle Initial: \t$_POST
[middle_initial]\n";
$msg .= "Sender's Last Name: \t$_POST[last_name]\n";
$msg .= "Sender's Suffix: \t$_POST[suffix]\n";
Just trying to find the line is impossible in a document that I
copied it from. What settings do I need to have so that it can find it?
Thanks in advance!
Bruce
--
------------------------------------------------------------------
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]>