RE: [PHP] eregi_replace problem

2001-09-22 Thread Daniel Goldin
DSolved. Problem was a typo in other script called by this one. Many apologies to the list. Best, daniel -Original Message- From: Daniel Goldin [mailto:[EMAIL PROTECTED]] Sent: Friday, September 21, 2001 9:08 PM To: [EMAIL PROTECTED] Subject: [PHP] eregi_replace problem The following

[PHP] eregi_replace problem

2001-09-21 Thread Daniel Goldin
The following does what it's meant to do: replace [i} and [ei} with the html eqivalenets. $welcome_html = eregi_replace(\[i],I,$welcome_html); $welcome_html = eregi_replace(\[ei],/I,$welcome_html); Why does the following NOT work? $welcome_html =