Skip to content
Advertisement

Bidding System PHP-MYSQL

I am working on the bidding system app, stuck on how to select the appropriate data and display. See the table screenshot. What I trying to retrieve is for example for bid_id p1 I want latest fbid,name, total amount of all 3 records having bid_id=p1.

JavaScript

Advertisement

Answer

I believe this is the query you are looking for…

JavaScript

Also, you should be using pdo_mysql instead of mysql. mysql has been deprecated eons ago and will soon stop functioning. Then all of your code will stop functioning.

Reference

pdo_mysql

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement