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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T15:03:30+00:00 2026-06-13T15:03:30+00:00

Hey guys i try to get this query with PDO but not achieved so

  • 0

Hey guys i try to get this query with PDO but not achieved so far , so it might be the comma my problem ( ‘,’ ) what you think? what i just try to do is in a field with decimal number or decimal numbers comma separated subtract one value in that string managing of course the comma (delete from the beginning or end). Also would be useful changing the query if necessary

$query = "UPDATE table SET field_to_change = SUBSTR(REPLACE(CONCAT(',' , field_to_change, ','), ':userid', ','), 2, LENGTH(REPLACE(CONCAT(',', field_to_change, ','), ':userid', ',')) - 2) WHERE field_id = :ownid ";

$conn = New PDO ...

$user_with_comma = ','.$value.','

$sql = conn->prepare($query);
$sql->bindValue(':userid', $user_with_comma , PDO::PARAM_STR);
$sql->bindValue(':ownid', $value2 , PDO::PARAM_INT);
$sql->execute();

i also try

$query = "UPDATE table SET field_to_change = SUBSTR(REPLACE(CONCAT(',' , field_to_change, ','),   ', :userid ,', ','), 2, LENGTH(REPLACE(CONCAT(',', field_to_change, ','), ', :userid ,', ',')) - 2) WHERE field_id = :ownid ";

  $sql->bindValue(':userid', $value , PDO::PARAM_INT);

it always gave me the “number of bound variables does not match number of tokens” error .

thank you in advance for any help

  • 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-13T15:03:32+00:00Added an answer on June 13, 2026 at 3:03 pm

    You cannot reuse parameter tokens that way. Give the first two separate names and assign them the same value:

    "UPDATE table SET field_to_change = SUBSTR(REPLACE(CONCAT(',' , field_to_change, ','),   :userid1, ','), 2, LENGTH(REPLACE(CONCAT(',', field_to_change, ','), :userid2, ',')) - 2) WHERE field_id = :ownid "
    

    then:

    $sql->bindValue(':userid1', $user_with_comma , PDO::PARAM_STR);
    $sql->bindValue(':userid2', $user_with_comma , PDO::PARAM_STR);
    $sql->bindValue(':ownid', $value2 , PDO::PARAM_INT);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

hey guys having this really simple problem but cant seem to figure out have
Hey guys - I know this is not a strictly programming question but I'm
Hey guys, I have a problem (again). This time I am trying to use
Hey guys, I don't know if this question has been asked yet but imagine
Hey guys sorry this is a pretty long question but I cannot call printPASSInfo()
hey guys i know this may sound stupid, but i am stuck with this
Hey guys, I have a bit of a problem. I get values from textarea
hey there guys and girls, iv been trying to fix this problem for weeks
Hey guys I get no errors from my code but nothing seems to happen
Hey guys this is my html code: <div class=nakupy> <li class=icn_kategorie><a href=#>Nákupy</a> <div class=sub_menu>

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.