PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
hey guys, i'm making an ecard system, and i need one page where it displays a bunch of images, and then when the user clicks on the image they want...it takes them to the "card" page, and then the image is "echoed". i know you can do that with sessions, but i can't get my code to work. could someone talk a look and try to help? thanks
i need to somehow store the image, and then retrieve it when the user follows the link. do u think i should store the image in a db? i don't really want each image being stored EVERY TIME someone chooses it. now could i use sessions?
in your opinion, how should i store the information needed, whether the image or an array, so that when the person follows the link to view their card, it shows the image along with the rest of the text? how would go about doing this with an array? thanks