How the output array is written to the database

Source: Internet
Author: User
How does the output array write to the database?
How does the output array write to the database?
2 values to write to 2 fields.
Array ([0] = upload/2015/09/06/20150906164734000.jpg [1] = Upload/2015/09/06/20150906164734001.jpg
------to solve the idea----------------------
1. Iterate through the array, inserting one element at a time
2, connected into a string after inserting

What to do is according to your needs, and no fixed pattern
You are the master of the program, not the slave of the program.
------to solve the idea----------------------

foreach ($arr as $v) {
mysql_query ("INSERT into Tbname (Image_url) VALUES ('". $v. "')");
}

------to solve the idea----------------------
0 corresponds to the first 1 corresponds to the second one depends on how you design ....
------to solve the idea----------------------
$sql = "INSERT INTO table (img1,img 2) VALUES (' $p->upload_file[0] ', ' $p->upload_file[1] ')";
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.