Archive for octobre, 2013

Markup: HTML Tags and Formatting

Oct 12 2013

Header one Header two Header three Header four Header five Header six This is default paragraph. Morbi sagittis sem quis lacinia faucibus,…

function noSpam($str_email, $str_text, $str_style) { $str_email = str_replace('@', 'NOSPAMAT', str_replace('.', 'NOSPAMDOT', $str_email)); $str_text = str_replace('\\', ' ', str_replace('"', '\'', $str_text)); // $str_text = str_replace('>', ' ', str_replace('<', ' ', $str_text)); $str_style = str_replace('"', '\\"', $str_style); return ''; }