Guest PcGamerz13 Posted March 26, 2006 Share Posted March 26, 2006 how you make [code]$sql5="SELECT * FROM clan_matches WHERE Clan_Fought_Cheated = 'Yes'";[/code]show only the last 5 inserts Link to comment https://forums.phpfreaks.com/topic/5829-limit-help/ Share on other sites More sharing options...
redarrow Posted March 26, 2006 Share Posted March 26, 2006 Show only the last 5 inserts[code]$sql5="SELECT * FROM clan_matches WHERE Clan_Fought_Cheated = 'Yes' limit 5";[/code] Link to comment https://forums.phpfreaks.com/topic/5829-limit-help/#findComment-20774 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.