Jump to content

[SOLVED] Insert array data into DB


ainoy31

Recommended Posts

Hello-

Either it is too late or I can not think straight.

 

I need help inserting data from an array into mysql DB. 

 

My table fields are:

part_id

catcode

year

make

model

submodel

engtype

liter

fuel

fueldel

asp

engvin

engdesg

dciptdescr

exppartno

expldescr

vqdescr

fndescr

 

my sample arrays are:

Array ( [0] => CRW [1] => 2007 [2] => CADILLAC [3] => ESCALADE [4] => [5] => V8 [6] => 6.2 [7] => GAS [8] => FI [9] => N [10] => 8 [11] => L92 [12] => Grille Insert [13] => 37012 [14] => Billet Aluminum Grille; CNC Machined; Marque-Mesh;No Cutting; Polished; [15] => [16] => )

 

Array ( [1] => CRW [1] => 2008 [2] => CADILLAC [3] => ESCALADE [4] => [5] => V8 [6] => 6.2 [7] => GAS [8] => FI [9] => N [10] => 8 [11] => L92 [12] => Grille Insert [13] => 37012 [14] => Billet Aluminum Grille; CNC Machined; Marque-Mesh;No Cutting; Polished; [15] => [16] => )

 

Should I use a foreach($array as $key => $value) or use a for loop and count the num of elements in my array and use it as a counter like:

$num = count($array);
for($x=0; $x<$num; $x++)
{
}

 

It just getting confusing to me.  Much appreciation.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.