Hi All,

I've got a question about creating an Update page.  I have an update page
that has a form with about 15 fields in it that update records in my MySQL
database.  One of the fields is an IMAGE field that stores an image name.  I
want to this PHP page to do several things:

1) edit and update the fields.
2) allow the user to upload new images to replace current images and then
    update the image name in the image column.

Is this best served as 1 page or is it better to break this down into a page
to upload images and a separate page to edit the content?

Thank you.

Doug




-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to