On May 5, 2006, at 3:33 PM, Graham Anderson wrote:
What is the best way to debug php scripts with BBedit ?
The simplest way is to add a shebang line.
If you already run Perl scripts using the Shebang menu(#!) options
you can do the same for PHP
Example:
#!/usr/bin/perl
print qq~Hello World\n~;
In PHP:
#!/usr/bin/php
<?php
print "Hello World";
?>
-Bill
--
------------------------------------------------------------------
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]>