ID: 9807
Updated by: stas
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *Function Specific
Assigned To: 
Comments:

Works for me in 4.0.4. Please re-check with latest version
and if it still happens, please supply values of all
ereg_replace arguments.

Previous Comments:
---------------------------------------------------------------------------

[2001-03-17 10:09:10] [EMAIL PROTECTED]
I also encountered this problem. I called ereg_replace from function such as this:

function replace_var($var, $replacement, $v) 
{ 
return ereg_replace("{$var}", htmlspecialchars($replacement), $v); 
}

Call to this function was
$form = replace_var("MODEL", $model, $form); 

$form is piece of HTML, and MODEL is template variable defined in HTML code like 
{MODEL}

$var is passed to my replace_var function as is.



---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9807&edit=2


-- 
PHP Development 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-mail: [EMAIL PROTECTED]

Reply via email to