I have a form with a bunch of text fields in it. The name of the fields is
the rowid of items in my data base:

<FORM METHOD="post" ACTION="edit.php3">

<textarea name="23" class="field"></textarea>
<textarea name="2" class="field"></textarea>
<textarea name="15" class="field"></textarea>

<input type="Submit" name="save" value="submit">

<FORM>

Now, I want to change all of the items in the DB where a rowid was submited.

Is there an easy way to do this?

Susan





-- 
[EMAIL PROTECTED]
http://futurebird.diaryland.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to