Hello, thanks for checking this out. I am currently working on a website and would like to create a custom trader system with php. I have created the order page using basic html, each product has an image, name, price and description and the button to order now. Now i want to create only one page to serve as the page where people will make their order so i need details from the previous page. I have managed to echo the product name and description but i dont seem to be able to also echo the picture? so any ideas on how i can go about it?
PS: The entire details about each product is included in a <div> block, is it possible to echo that div?
Displaying Images with PHP
Page 1 of 14 Replies - 729 Views - Last Post: 23 August 2012 - 05:01 AM
Replies To: Displaying Images with PHP
#2
Re: Displaying Images with PHP
Posted 23 August 2012 - 04:36 AM
I would just save that data in a server-side session. then there is no need to drag those data from one page to another manually.
#3
Re: Displaying Images with PHP
Posted 23 August 2012 - 04:43 AM
I forgot to mention that i just started with php recently. But how can i do that please
#4
Re: Displaying Images with PHP
Posted 23 August 2012 - 04:47 AM
you can find all the required information in the PHP Manual’s Session chapter.
Page 1 of 1