Posted by Jerry Stuckle on 09/16/05 15:39
ATH0 wrote:
> Hi!
>
> Well, i think you know what im going to ask :-))
> I have MySql db with some products ( with pictures and description ) and i
> want to make update and show of each picture.
>
> Example:
> picture + description + id
>
> I can pull all this infos out from db but i have problem with updating each
> of this products and refreshing the db to read new values in db..
>
> Is there some tutorial on this ( online updating and uploading thru browser
> form )?
>
> Thx
>
>
>
I'm not really sure what you're asking. Updates to the database are
immediate; the next time you request information from the database you
will get the new data.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|