Search found 7 matches

by vblifeline
Fri Jan 23, 2004 8:46 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

any help im sorry for the delay my comp is being really gay but i have it all fixed now
by vblifeline
Fri Jan 23, 2004 7:16 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

it has 6 feields index with is primary index unique auto increment and then all text feilds
by vblifeline
Fri Jan 23, 2004 6:36 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

thats why i need to insert in the middle of the data base
by vblifeline
Fri Jan 23, 2004 6:34 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

the data needs to be ordor that it lies in the data base
by vblifeline
Fri Jan 23, 2004 6:11 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

a already have mysql setup and every thin and the data bases in there i want to insert data into the middle of the table becuase i have it setup all nice and pretty and in ordor i just wanted to know if there was a way of saying like "inset into table values('$name','$birth','$adress') where in...
by vblifeline
Fri Jan 23, 2004 5:59 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

replay

a database table
by vblifeline
Fri Jan 23, 2004 4:13 pm
Forum: PHP - Code
Topic: insert into table
Replies: 11
Views: 1015

insert into table

lets say i had a table

1-jason
2-jessica
3-cerise

and i wanted to insert jeff into it like so

1-jason
2-jeff
3-jessica
4-cerise

how would i go about doing this