Spyderman Posted January 4, 2010 Share Posted January 4, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/187169-image-update-without-page-refresh/ Share on other sites More sharing options...
trq Posted January 4, 2010 Share Posted January 4, 2010 I'm not sure why you would need ajax for this unless you are retrieving the urls for the images from a database or something. Why would you need to query the server for more information? Quote Link to comment https://forums.phpfreaks.com/topic/187169-image-update-without-page-refresh/#findComment-988414 Share on other sites More sharing options...
Spyderman Posted January 4, 2010 Author Share Posted January 4, 2010 Ah yes, I didn't say I apologize. All of the paths to the images are going to be stored in a database. Quote Link to comment https://forums.phpfreaks.com/topic/187169-image-update-without-page-refresh/#findComment-988434 Share on other sites More sharing options...
trq Posted January 4, 2010 Share Posted January 4, 2010 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. Quote Link to comment https://forums.phpfreaks.com/topic/187169-image-update-without-page-refresh/#findComment-988445 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.