interpim Posted October 22, 2008 Share Posted October 22, 2008 Hi all, I have never used AJax before, but I am fairly decent at programming PHP and i know very little javascript. I am a quick learner though, and I believe I have a use for AJAX in a project I have currently. What I want to build is an image previewer. I have the images, but I want to stack them (all images have transparency) and have the user able to click a button to change one of the images that are stacked at a time. This is for building a banner previewer for a game, which allows you to change the colors and then select your emblem and shape. So I need to be able to combine all possible combinations and I would like to do it without a new page request for every image changed. If anyone could point me in the direction of a good tutorial for somethign like this, or have any recommendations please help me out. Thanks Link to comment https://forums.phpfreaks.com/topic/129510-image-previewer-in-ajax-beginner/ Share on other sites More sharing options...
F1Fan Posted October 22, 2008 Share Posted October 22, 2008 What you're trying to do wouldn't be a good thing to start with. Play with AJAX after following a tutorial (http://www.w3schools.com/ajax/default.asp), then work your way into it. Link to comment https://forums.phpfreaks.com/topic/129510-image-previewer-in-ajax-beginner/#findComment-671818 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.