hi this question is linked to this post ive made in the mysql section.
simply i want to use a form to populate a table with the locations of images, thumbnails and their corresponding captions. i want to populate the table like this:
id image location thumbnail location caption
1 folder/image1.jpg folder/t/image1.jpg just a test
2 folder/image2.jpg folder/t/image2.jpg just the test
3 folder/image3.jpg folder/t/image3.jpg just to test
is it possible to loop php to insert data into more than one row in a mysql table like shown above?
simply i want to use a form to populate a table with the locations of images, thumbnails and their corresponding captions. i want to populate the table like this:
id image location thumbnail location caption
1 folder/image1.jpg folder/t/image1.jpg just a test
2 folder/image2.jpg folder/t/image2.jpg just the test
3 folder/image3.jpg folder/t/image3.jpg just to test
is it possible to loop php to insert data into more than one row in a mysql table like shown above?
Comment