Hey guys,
I need a bit of help...
I have the following....
<input name="title[1]" type="text" id="title[1]" size="30">
<textarea name="desc[1]" id="desc[1]" cols="50" rows="5"></textarea>
<textarea name="keywords[1]" id="keywords[1]" cols="50" rows="5"></textarea>
<hr>
<input name="title[2]" type="text" id="title[2]" size="30">
<textarea name="desc[2]" id="desc[2]" cols="50" rows="5"></textarea>
<textarea name="keywords[2]" id="keywords[2]" cols="50" rows="5"></textarea>
<hr>
Thing I want to happen is it to loop through and update each item in a table row where the id = array key...
but im not sure how I would do it using 1 query as id have you use a foreach... can someone with a better brain then me explain how they would go about it please?
Dan