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

  • SEARCH
  • Home
  • 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 6981221
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:07:41+00:00 2026-05-27T18:07:41+00:00

I use the filter_var PHP function to validate email address when a user signs

  • 0

I use the filter_var PHP function to validate email address when a user signs up to my site.

I use this code from the post:

$email = filter_var($_POST['email'], FILTER_VALIDATE_EMAIL);

then later I do:

if(!$email) {
  // return to the form 
}
else {
  // send registration info
}

now when I var_dump($email), I get the output:

string(23) "user."name"@example.com"

I would like to know why this does not return false. I think the double quotes are not acceptable, so why does PHP say it’s valid?

  • 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-05-27T18:07:42+00:00Added an answer on May 27, 2026 at 6:07 pm

    It is a valid email address :

    A quoted string may exist as a dot separated entity within the
    local-part or it may exist when the outermost quotes are the outermost
    chars of the local-part (e.g. abc.”defghi”.xyz@example.com or
    “abcdefghixyz”@example.com are allowed. abc”defghi”xyz@example.com is
    not; neither is abc\”def\”ghi@example.com).

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

Sidebar

Related Questions

Can I use these PHP functions below: $user = mysql_escape_string($user); $user = filter_var($user, FILTER_SANITIZE_STRING);
An user posts this article about how to use HttpResponse.Filter to compress large amounts
I use DATEDIFF function to filter records added this week only: DATEDIFF(week, DateCreated, GETDATE())
I've finally got this PHP email script working (didn't work on localhost…), but my
My html of form is like this <form id=form method=post action=func.php> <table> <!--- DATA
What is causing this error? Fatal error: Call to undefined function imagefilter() in /var/www/polaroid.php
I've written the code below: $release_id = intval(filter_var($_GET[rid],FILTER_SANITIZE_STRING)); $query = select * from press_releases
I want to refactor this piece of code, it takes input from a form,
Code in inc/q/prof.php: <?php // Insert Comments into Database that user provides $comm =
I noticed there are many things you can do with the PHP filter_var function

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.