Hi guys,
I am trying to build an e-shop using php and mysql. So far, I have managed to store the products, the customers and the products that they have been ordered, to the database. I also have managed to select all of them from the database. I would like to ask you how can I manage to make an order for different products at the same time without the customer to be registered again. Just to give a username and password and then to make the order.
Thanks a lot guys.
I am trying to build an e-shop using php and mysql. So far, I have managed to store the products, the customers and the products that they have been ordered, to the database. I also have managed to select all of them from the database. I would like to ask you how can I manage to make an order for different products at the same time without the customer to be registered again. Just to give a username and password and then to make the order.
Thanks a lot guys.
Comment