Hi Paulnaj,
there was no error given. I tried your second suggestion and here's the output:
UPDATE needs SET id_organization = 1, date_created = '2010-10-06', date_required = '2010-10-15', place_required = 'Castries', description = 'test', contact = 'Gavin Henry', phone = '4519694', email = '', remarks = 'test', currency_id = '', user_id = 2 WHERE id_need = 24
The original sql gave the following output:
UPDATE needs SET id_organization = 1, date_created = '2010-10-06', date_required = '2010-10-15', place_required = 'Castries', estimation_value = , description = 'test', contact = 'Gavin Henry', phone = '4519694', email = '', remarks = 'test', currency_id = '', user_id = 2 WHERE id_need = 24
What that's supposed to happen is when the user saves the information it takes you to another page where the need id, organization, place required, date required and date created are seen as a header.
without the echo statement, i get some notices..(see the image file attached).
Thanks for any help u can give..