Refresh picture problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ansa1
Forum Newbie
Posts: 16
Joined: Sat Mar 27, 2004 9:19 am
Location: Ontario, Canada

Refresh picture problem

Post by ansa1 »

I am facing with following problem.
Using php, I want to upload ten pictures to mysql db.
I have one page shows the upload, all of the ten pictures. For each picture I have BROWS and UPLOAD button.
What I need : each time if picture is uploaded, that picture should be refreshed , to show the result of upload.

ansa1
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

To do that, your going to need to reload the page. Make sure the no-cache headers have been sent so a new copy of the page is definitely retrieved.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply