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

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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T21:42:05+00:00 2026-05-14T21:42:05+00:00

HI what is the wrong in this code?? i have set it 24 hours

  • 0

HI what is the wrong in this code?? i have set it 24 hours to update the value in the table.but the problem is if $row is empty then it inserts value from table-2 but after 24 hours it wont update the value.

what I want is it must delete the existing value and insert new one(random value) or it must update the same $row with new value what ever…

if ($row == 0){
  mysql_query("INSERT INTO table-1 
  (regtime,person,location,address,rank,ip,geocode)
  SELECT NOW(),person,location,address,rank,ip,geocode FROM table-2 ORDER BY RAND() LIMIT 1");
}
else{
  mysql_query("UPDATE table-1 SELECT regtime=NOW(),
                 person=person,
                 location=location,
                 address=address,
                 rank=rank,
                 ip=ip,
                 geocode=geocode FROM table-2 ORDER BY RAND() LIMIT 1");
}
  • 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-14T21:42:06+00:00Added an answer on May 14, 2026 at 9:42 pm

    The easiest way is to DELETE the existing rows in table-1 before running the INSERT.

    I don’t know what the primary key of your table is. I suppose its person?

    DELETE FROM table-1 where person in (select person FROM table-2)
    
    INSERT INTO table-1 (regtime,person,location,address,rank,ip,geocode) 
    SELECT NOW(),person,location,address,rank,ip,geocode FROM table-2 ORDER BY RAND() LIMIT 1
    

    Sorry If I got something wrong, I am not using mysql.

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

Sidebar

Ask A Question

Stats

  • Questions 515k
  • Answers 515k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Well, from what I could gather from your comments it… May 16, 2026 at 6:39 pm
  • Editorial Team
    Editorial Team added an answer There is no overload of the Url.Action() method that does… May 16, 2026 at 6:39 pm
  • Editorial Team
    Editorial Team added an answer You'll need to do it with javascript. Read up on… May 16, 2026 at 6:39 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Related Questions

Been googling this problem for hours, and cannot see where I am going wrong.
Hey, so basically I have this issue, where I'm trying to put an equation
This may be something obvious but I've been banging my head against it for
I have a problem which I have been bashing my head against for the
Is this possible? I just want a small table in my current view... here
I have the following code in my project to change mouse cursor when the
I have a set of numbers that I need to pass from a function
Am I doing something wrong? Or is there a better way to do this?
I have a wierd problem that i need to work out how to resolve,
Ok, first off, I applogize if this question has been asked before, I've spent

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.