advanced code snippet search
damarev on 12/14/07
12/14/07 11:35am
2 people have marked this snippet as a favorite
vali29Nix
$content = str_replace( array( '%%PRENOM%%', '%%LIEN%%', '%%SERVER%%' ), array( $prenom, $lien, 'http://'.$_SERVER[ 'HTTP_HOST' ].'/' ), file_get_contents( 'email_ecard.txt' ));
Report this snippet Tweet
Comment:
You need to login to post a comment.