Jump to content

Recommended Posts

hi
i was wondering if anyone can help me?i have a php/html website and when i goto upload a image it wont show up until i hit the refresh button on my webpage any idea how i can fix this? here are the 2 pages from my site hope some one can help thanks...

[attachment deleted by admin]
Link to comment
https://forums.phpfreaks.com/topic/19826-php-html-website/
Share on other sites

They don't show up until you refresh the page because the browser is displaying the old, cached version of the image.  You can force refresh the image by adding a ?mktime() to the end of the image filename.

echo '<img src="path/path2/file.ext?' . mktime() . '" alt=""/>';

It's not the most recommended method however, since it will always refresh the image and not just when it's new.
Link to comment
https://forums.phpfreaks.com/topic/19826-php-html-website/#findComment-86736
Share on other sites

hi
thanks but can this code[code]<meta content="30; url=http://mhtit.hypermart.net/js/refresh.html" http-equiv=refresh>[/code] be put into this code?[code] <input name="Submit" type="submit" class=BlackSlim11 id="Submit" value="Save">[/code] so the refresh will be in the button and not auto refresh? thanks...
Link to comment
https://forums.phpfreaks.com/topic/19826-php-html-website/#findComment-86770
Share on other sites

hi
its a dating website and its for the members profile so they can upload there image but the new image wont show until you refresh the page if you dont refresh the page the old image will show until you do i hope thats what your asking im new to this thanks..
Link to comment
https://forums.phpfreaks.com/topic/19826-php-html-website/#findComment-86786
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.