Posted by Martin Jay on 05/16/06 01:36
In message <1147730318.661453.73120@u72g2000cwu.googlegroups.com>, Juby <jubydoo@gmail.com> writes > preg_replace("/%email%/",$name,$mailbody); Try: $mailbody = preg_replace("/%email%/",$name,$mailbody); :) -- Martin Jay
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming