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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 19, 20262026-06-19T00:37:24+00:00 2026-06-19T00:37:24+00:00

So I am having a similar issue to this post: PHP strpos not working

  • 0

So I am having a similar issue to this post: PHP strpos not working, but not quite.

Here is my situation (from a CodeIgniter application):

$_submit = strtolower($this->input->post('form-submit'));

if(strpos('save', $_submit) !== FALSE){
    // we have to save our post data to the db
}
if(strpos('next'), $_submit) !== FALSE){
    // we have to get the next record from the db
}

The problem is, neither of these actually fire, despite form-submit containing one, or both of those values. The values form-submit receives are: ‘save’, ‘save-next’, and ‘skip-next’ (which I have confirmed by looking at the post data as it comes in). Now for the real head scratcher, I also have this line in the same code chunk:

if ($_submit === 'add-comment'){
    //do something
}

And that works perfectly fine. So === is working as expected, but !== is not?

  • 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-19T00:37:25+00:00Added an answer on June 19, 2026 at 12:37 am

    You are giving arguments wrong to the strpos function…….

    $submit = strtolower($this->input->post('form-submit'));
    
    if(strpos($submit,'save') !== FALSE){
        // we have to save our post data to the db
    }
    if(strpos($submit,'next') !== FALSE){
        // we have to get the next record from the db
    }
    

    Please look into the strpos function in php.net manual….first argument is full string and second one is key string

    You can find a small example here also.

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

Sidebar

Related Questions

I am having a similar issue to this post except that I am using
I'm having a problem similar to the one in this post: JMeter; session cookie
My question is similar to this one and I am having a similar issue,
We have been having this issue pop up sporadically, but now I can reproduce
FullCalendar is working great apart from 1 issue I'm having. The monthview div which
I am having this issue when posting a POST request to the Cyrillic. I
I've seen a number of people having a similar issue, but either their solution
I'm having this issue with a regular expression in PHP that I can't seem
I'm having an issue where I'm preaty not sure how to resolve this and
I've searched around for people having similar problems, but to no avail. I'm trying

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.