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
Share on other sites

I am not a php expert so you are better waiting for someone else to answer, but I think you would want some sort of regex to do it!

 

Or you could try what you have suggested, but I think you need wildcards either side of the @, ie: *@*

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.