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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:28:19+00:00 2026-05-26T05:28:19+00:00

I am having trouble understanding how do this. commentid is an id of a

  • 0

I am having trouble understanding how do this. commentid is an id of a row in the comment table. The vote table has three columns: id, commentid & username.

What i want is to insert into the vote table only if the last two columns(commentid and username) doesn’t exist. $commentids is an array of multiple $id from the comment table. How do i add a unique index to accomplish this?

$commentids = explode(".",$id);

foreach($commentids as $value) {
  $insert = mysql_query("INSERT IGNORE INTO vote 
                           (id, commentid, username) 
                         VALUES 
                           ('','$value','$username')", $this->connect);
}
  • 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-26T05:28:19+00:00Added an answer on May 26, 2026 at 5:28 am

    If you want the (commentid,username) pair to be unique then:

    alter table vote add constraint unique (commentid, username);
    

    If you want each of commentid and username to be globally unique within the table then:

    alter table vote add constraint unique (commentid);
    alter table vote add constraint unique (username);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am having trouble understanding this java code. I want the image to twinkle
Im having trouble understanding this : why Microsoft put Xattribute under Xobject ? they
I'm having trouble understanding this question, and the explanation of the answer for an
I'm having trouble understanding why this doesn't sort the vector by the time/size of
So I'm having a bit of trouble understanding this example that was shown in
Having trouble understanding how to filter an images table by tag information in a
I'm learning F#, and I am having trouble understanding why this crashes. It's an
Im having trouble understanding this class and everything ive seen hasn't really helped. Ill
I am having trouble understanding this code: $.functionone = function(){ function setOptions(newOptions){ ... }
I'm having some trouble understanding why this code won't work. I got it from

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.