There is no problem with updating/inserting more than one record in a php page.
<form action="results.php." method="post">
Why do you have a period after results.php ? I hope it's just a typo in the post. As far as your other code, where in the code are you updating anything? Unless that's what you want us to write. Use the update command. Here's an example:
update TABLE set field1='string', field2=5, field3='$data' where fieldid=2
If you need more help, let me know.
samaru
a.k.a inscissor
1,256 posts since Feb 2002
Reputation Points: 262
Solved Threads: 18