Good morning all,
I currently have a form that allows my client to upload one image and a load of other information, such as price, date, name etc.
He has asked if I can have it so that he can upload up to 4 images, and also all the rest of the information.
The images currently go to the server, and the paths with the other data goes into the database.
I have separate fields for each image in the table as I want to have control over how they get displayed.
Can somebody point me to a sensible tutorial, as I'm still learning or even better if they could post their code here so I can change for my use.
I'm still learning, so if you could include the php/mysql, the html and the form that would be awsome.
I currently have a form that allows my client to upload one image and a load of other information, such as price, date, name etc.
He has asked if I can have it so that he can upload up to 4 images, and also all the rest of the information.
The images currently go to the server, and the paths with the other data goes into the database.
I have separate fields for each image in the table as I want to have control over how they get displayed.
Can somebody point me to a sensible tutorial, as I'm still learning or even better if they could post their code here so I can change for my use.
I'm still learning, so if you could include the php/mysql, the html and the form that would be awsome.
Comment