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 7614431
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:24:10+00:00 2026-05-31T02:24:10+00:00

So I have this basic script: /*check if email is valid*/ if (substr_compare (

  • 0

So I have this basic script:

/*check if email is valid*/
if (substr_compare ( $email , '@' , 0 )>0)
{   
/*put user to temporary database*/      
echo 'registration script';
}else{echo 'wrong mail';};

What I want to do is I want to check if string contains symbol ‘@’ (if mail is valid).
But it does not work:
when I set up variable $email to something like ‘name’ = the function returns ‘1’, though I assume it should return 0 or -1, as the letter is not there.
What am I missing?

  • 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-31T02:24:12+00:00Added an answer on May 31, 2026 at 2:24 am

    To check if the sctring contains another substring you need to use strpos (not compare function such as substr_compare):

    if (strpos($email, '@') !== null) { ... }
    

    And yes, the way you check for email address is pretty weak. Use regular expressions or built in PHP filters like

    if (filter_var($email, FILTER_VALIDATE_EMAIL)) { ... }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi I have this basic random quote script, but I would like it to
I have a (very) basic validation script. I basically want to check for any
I have this basic script that makes an element show onmouseenter, and hide onmouseleave.
So I have this page that has some basic custom tabs: http://demo.unlockedmanagement.com/users/view/2 * NOTE
Basic C# syntax question: So I have this class public class BrandQuery<T> : Query<T>
i know this is basic but somehow i have been stuck here for some
I realize this is a basic question but I have searched online, been to
So this seems pretty basic but I can't get it to work. I have
I'm a noob so this is probably basic stuff, but I have tried to
I have some basic idea on how to do this task, but I'm not

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.