Re: [PHP] Re: adding *** on email address upon view

2004-07-22 Thread Louie Miranda
or how about using the spam protection on php's site when u insert a comment check he manual links: http://nl.php.net/manual/en/function.eregi-replace.php Is source available for this page? -- Louie Miranda http://www.axishift.com -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: adding *** on email address upon view

2004-07-22 Thread Jules
Use eregi_replace to match the text between the @ and the "." and replace it with the text you want. You'll have to use pattern matching which can be tricky, but its more than possible. Jules... http://nl.php.net/manual/en/function.eregi-replace.php "Louie Miranda" <[EMAIL PROTECTED]> wrote in m