Problems with image refreshing

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
enigmastrat
Forum Newbie
Posts: 1
Joined: Tue Sep 14, 2004 12:44 am

Problems with image refreshing

Post by enigmastrat »

I am creating a voting script. I first have a form the user fills out, then it goes to my php file. It creates a bar graph image corresponding with the data, but for some reason the new image will not be created unless you refresh the page that the code shows up. Is there some way to fix this?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

sounds like a cache problem, try the resources found here: [devnet]no-cache[/devnet]
Post Reply