> As you can see. I am using the {% and %} to delimit the parts 
> that need to be replaced.  I can't get the replacements to work 
> right though.  Can someone help?

$text = ereg_replace("\{\%Last_Name\%\}", $lastname, $text);

Should be something like that :)

Jason

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

Reply via email to