Re: [PHP-DB] Two troublesome fields not inserting

2009-02-20 Thread Terion Miller
Yep I've echo'd the fields because I populate the form with them and they echo fine they are there they just won't go back into the db, and just those two...the others go in as a new order no problem. I would attach the whole page but I don't think the list allows it, but if anyone is interested in

Re: [PHP-DB] Two troublesome fields not inserting

2009-02-20 Thread David Robley
Chris wrote: > Terion Miller wrote: >> Hi all, I seem to be having a problem with getting two fields to insert >> into a table, the other fields insert but not these two >> its from a form that is a duplicate, basically I have a workorder that I >> want to make a copy of, I call it from the db, po

Re: [PHP-DB] Two troublesome fields not inserting

2009-02-19 Thread Chris
Terion Miller wrote: Hi all, I seem to be having a problem with getting two fields to insert into a table, the other fields insert but not these two its from a form that is a duplicate, basically I have a workorder that I want to make a copy of, I call it from the db, populate a form in case chan

[PHP-DB] Two troublesome fields not inserting

2009-02-19 Thread Terion Miller
Hi all, I seem to be having a problem with getting two fields to insert into a table, the other fields insert but not these two its from a form that is a duplicate, basically I have a workorder that I want to make a copy of, I call it from the db, populate a form in case changes want to be made, an