Re: [PHP] Two troublesome fields (Resolved)

2009-02-23 Thread Terion Miller
4:50 PM EST > *To: *Bastien Koert > *Cc: *PHP General > *Subject: **Re: [PHP] Two troublesome fields* > > I just tried this and now it's not inserting at all where before everything > EXCEPT two fields go in... > > $sql = "INSERT INTO workorders ( CreatedDate, L

Re: [PHP] Two troublesome fields

2009-02-20 Thread Sean DeNigris
From: Terion Miller Date: February 19, 2009 5:34:50 PM EST To: Bastien Koert Cc: PHP General Subject: Re: [PHP] Two troublesome fields I just tried this and now it's not inserting at all where before everything EXCEPT two fields go in... $sql = "INSERT INTO workorders ( C

Re: [PHP] Two troublesome fields

2009-02-19 Thread Terion Miller
Thanks Terion Happy Freecycling Free the List !! www.freecycle.org Over Moderation of Freecycle List Prevents Post Timeliness. Twitter? http://twitter.com/terionmiller Facebook: http://www.facebook.co

Re: [PHP] Two troublesome fields

2009-02-19 Thread Bastien Koert
On Thu, Feb 19, 2009 at 3:21 PM, 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

[PHP] Two troublesome fields

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