Hi,
I am displaying images dynamically from database, lets say its name is 'myPage.php'. So there is an option for the user to edit the text and image in his page. so it goes to 'edit.php' and after the user makes changes and submits ...i am redirecting it to the 'myPage.php'.
[FONT=courier new]The problem here is ..... the images are not refreshed...it is displaying the new image after refreshing the page only....[/FONT]
I know if we use META tag it refreshes for every x-seconds....but i want it to refresh the page only once......
Is there any way........