Hi all,
I hope someone can help me out. I am looking to create a dynamic table/form in php that updates an oracle table.
What I have is a simple table that contains 3 fields: company, target_type and value. I want to have a form that populates with the existing values but have a text field beside each row where I can enter the new values and then submit them all in one go.
The submit would then update the database table with the new values.
Any help will be greatly appreciated.
Thanks
Stephen