Jump to content

Image Update without page refresh


Spyderman

Recommended Posts

Hi,

I am trying to have an image update using ajax(without page refresh) in a php script. So the user will click a button, and the image on the screen changes to a different image. I have been reading through quite a bit of ajax tutorials and nothing seems to do this. Thank you in advance.

Link to comment
https://forums.phpfreaks.com/topic/187169-image-update-without-page-refresh/
Share on other sites

Ok, well your probably not going to find a tutorial that does this specific task, but you can easily read up on using ajax with library like jQuery (at the homepage http://docs.jquery.com/Ajax). Once you understand how to make a request, all you need do is have a php script return the required paths after making a query to the db.

 

Have a go at it and see how you go.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.