inner join in php opp

Solutions on MaxInterview for inner join in php opp by the best coders in the world

showing results for - "inner join in php opp"
Beatrice
02 Apr 2019
1<?php
2SELECT t1.*, t2.subject, t2.color FROM questionoftheday t1 INNER JOIN subject t2 
3ON t1.sid = t2.ID WHERE t1.qdate='$newrd' AND t1.status='1' ORDER BY t1.ID DESC
4?>
Elias
03 Jul 2019
1echo "pakistan";
2