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 Quote Link to comment 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] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.