sd9sd Posted June 13, 2008 Share Posted June 13, 2008 Hi, I'm new to web development, and have looked thru a lot of confusing code related to PHP slideshows. Isn't it possible to dynamically load an image using PHP, and position it on row 10 and column 40 (pixelwise) on a page? It's a slideshow I'm trying to make, so I'd also need an image which will act as a "next" button, and whenever an image is dynamically loaded, it should have a unique ID displayed in the addressbar. Isn't it possible to do this thru pure PHP code? A few pointers in the right direction would do, coz I'm an experienced programmer, but a newbie scripter Thanks.. Link to comment https://forums.phpfreaks.com/topic/110030-display-image-according-to-row-and-column/ Share on other sites More sharing options...
bobinindia Posted June 13, 2008 Share Posted June 13, 2008 you might be looking for Ajax here as I am thinking you want to stay on the same page and have the images change. You can call PHP to send the images. Link to comment https://forums.phpfreaks.com/topic/110030-display-image-according-to-row-and-column/#findComment-564624 Share on other sites More sharing options...
sd9sd Posted June 13, 2008 Author Share Posted June 13, 2008 erm..no...since Ajax won't allow the images to be google searchable. I don't mind a complete page refresh...Could I have one PHP file which sends the image name to another PHP file which generates the page with the image, buttons and comments at specified positions? Link to comment https://forums.phpfreaks.com/topic/110030-display-image-according-to-row-and-column/#findComment-564661 Share on other sites More sharing options...
sd9sd Posted June 13, 2008 Author Share Posted June 13, 2008 Could someone help out please? I just need to know how one PHP file can send a string to another PHP file, which generates a page with a dynamically loaded image loaded into pixel positon 10,40 of the page. Link to comment https://forums.phpfreaks.com/topic/110030-display-image-according-to-row-and-column/#findComment-564677 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.