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
The following does what it's meant to do: replace [i} and [ei} with the html
eqivalenets.
$welcome_html = eregi_replace("\[i]","",$welcome_html);
$welcome_html = eregi_replace("\[ei]","",$welcome_html);
Why does the following NOT work?
$welcome_html = eregi_replace("\[c]
2 matches
Mail list logo