Thanks for your quick reply
I havent written it yet but it is going to be a simple
(UPDATE db SET name = $name .......)
the script will run everytime the while loop runs through a loop.
I have in total about 15 - 20 parameters, all very short; name, location, telephone number, sea view etc ....
Maybe it would be better to get all the information into an array and send this array accros - but if PHP can handle it without an array then I would prefer it.
(I'm not 100% sure if this answered your question)