Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8328125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:20:32+00:00 2026-06-09T01:20:32+00:00

Is it possible to use a dot . checker in a email form, so

  • 0

Is it possible to use a dot . checker in a email form, so that if specific field have a dot, then this will tell the user to do not put dot in those field. I have tried with this but don’t works:

if (eregi('.', $notes)) {
    die ("Do NOT PUT DOT HERE");
}

So, any idea what to do?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T01:20:33+00:00Added an answer on June 9, 2026 at 1:20 am

    as the manual says:

    Tip: Do not use preg_match() if you only want to check if one string is contained in another string. Use strpos() or strstr() instead as they will be faster.

    here is the strpos() method:

    <?php
    
    $findme   = '.';
    $pos = strpos($notes, $findme);
    
    if ($pos !== false) {
         echo "Do NOT PUT DOT HERE";
    } else {
         //other
    }
    
    ?>
    

    I would not recommend die\exit in most case.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this possible to use Ajax.Beginform with update target inside of ajax form. like
Is it possible use a MySQL query to perform this kind of check? If
Is it possible to use a vector graphic as a custom form shape in
I’m trying to make a html5 form that contains one email input, one check
I have a 9-patch image file which looks like this: When I use it
I use a webkit dot net browser through c#, and I have a website
Possible Duplicate: When do I use a dot, arrow, or double colon to refer
Possible Duplicate: Use autorelease when setting a retain property using dot syntax? What is
Possible Duplicate: How can you use PowerShell's . (dot) notation to walk through elements
We have an old project that requires occasional maintenance that uses VS2003 and Dot

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.