-1
I am developing an auction site in PHP and Mysql and I want to display the report of the winners - that is, of the people who made the biggest bids in different auctions (posts).
This is the structure of the entity that stores the bids is comentario(id_com, id_user, id_post, prospota)
. I would like to return all who have made the highest bid of each auction.
Hello @Octavio Cossa, what would be the database? Mysql? Which version? Are you using some CMS, like Wordpress? Some plugin?
– tvdias