Slice, text, image, and text. Some have some text and images on a webpage. Excuse me: how is this implemented. How is the image address and text saved in the database in different fields? & Nbsp. Slice, text, image, and text.
Some have some text and images on a webpage.
Excuse me: how is this implemented. How is the image address and text saved in the database in different fields?
How to sort and save the information on the webpage. Share image text:
------ Solution --------------------
Save
This is your profile picture.
Effect
This is your profile picture.
------ Solution --------------------
It is mainly about database design tables:
1) the url where the field stores the image.
2) The field stores text.
Display the corresponding text and images in the list.
For sorting, each record is sorted by a field, such as the primary key id or other.