How do I select random values from table-1 and insert into table-2 with current date stamp??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
If table-1 and table-2 are different, you should be able do this in one statement:
If you’re have other problems, insert a few bits of diagnostic output into your code, so that you can see which branch gets executed, and dump the contents of $row. You should also check for mysql_query failing and show any errors that result.