how do i go about creating a site like amazon,ebay and such were the content can change. I know using a data base and sql and php but I do a layout for 20 items i can only pull info for that 20 items. If I am not managing the site and the guy wants to add 10 more items onto the database I then would have to add spots not on the database but on the html page itself. if i added the extra spots on the html and there's no info on the database it would be a bunch of blank spots. unless there's some css or something to hide the div if the data is empty or something.
as you can see there are 20 cars the php pulls all the data from the database to populates all the fields. but if you take away 5 cars there would be 5 empty fields
![]()