Posts by Trunks_SSJ2 • 11 points
3 posts
-
-1
votes1
answer59
viewsQ: Analyze the last 3 records of a table using PHP
Guys, I need some help. I have a table where in the price field I need to assess whether the price of the last 3 records were higher than 50. If yes I have to display an alert. Well catch the last 3…
phpasked Trunks_SSJ2 11 -
0
votes1
answer82
viewsA: View data by clicking a link from the Mongo database
Updating, I used a $id = $_GET['id']; common as if I were working with Mysql. When the person clicks bringing the item id correctly it no longer brings the other information. I just need to bring…
-
1
votes1
answer82
viewsQ: View data by clicking a link from the Mongo database
Guys, I have the following situation! I have a list of entries saved in my Mongo bank, I need to display the list thing I’ve already done and when clicking on the product would open a screen with…