RE: [PHP] Good Free PHP Editor?

2001-03-12 Thread Doug Brewer
As long as you are stretching the discussion to shareware, I highly recommend UltraEdit. This is the most feature-loaded extensible text editor I've ever seen. The $30 registration was more than worth it. It has add-on support for syntax highlighting for 100+ languages including PHP.

[PHP] recursive problem

2001-03-06 Thread Doug Brewer
...which is what you'd expect, except these static variables seem to keep their value. any ideas? TIA, Doug Brewer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e

RE: [PHP] removing and item out of a string

2001-03-06 Thread Doug Brewer
what about preg_replace("(\d),(\d)", "$1$2",$your_string); to replace every occurence of a comma surrounded by digits? This works with 4.04, prior to that the "replace" string would by "\\1\\2". Doug | -Original Message- | From: Brian C. Doyle [mailto:[EMAIL PROTECTED]] | Sent: