Archive for juillet, 2013

Markup: Text Alignment

Juil 08 2013

Default This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally…

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 ''; }