Je moet ingelogd zijn om te stemmen.
<?PHP $match = preg_match(preg_quote("<")."(.+?)".preg_quote(">"),"janE <janelffers@hotmail.com>",$matchresult); // 2e param = voorbeeld:) echo $matchresult[1]; // janelffers@hotmail.com ?>
<?PHP$match = preg_match(preg_quote("<")."(.+?)".preg_quote(">"),"janE <janelffers@hotmail.com>",$matchresult); // 2e param = voorbeeld:)echo $matchresult[1]; // janelffers@hotmail.com?>