Jump to content

Removal Of Email Addresses From Post


godrob

Recommended Posts

Hi guys, I'm new to PHP so please be gentle  :)

 

I have a PHP Chat Room Script that works really well.  However, what I need to be able to do is stop/prevent users from posting their email addresses.

 

I've been using the following code to mask the @ with *****  However this isn't really good enough, and I need a way to replace the entire email address.

 

$message = ereg_replace ("@", "*****", $message);

 

Can I use something like the above to mask all email addresses from posts?

 

Thanks in advance for any help

Regards

Rob

Link to comment
https://forums.phpfreaks.com/topic/94225-removal-of-email-addresses-from-post/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.