Jump to content

[SOLVED] add 20 000 to the rowcnt


bhawap

Recommended Posts

Hi ...

I need to add 20 000 to the row count but just cant find a way to do this i am new to php coding so please can u help me,

the reason i need this is so i can clear the mysql database after it reachs 20 000

 

this is my code that gets the $rowcnt

<?php
	if ($GetHitCount != "False") {
$SqlResult = MySqlSelect("Select * From traffic_log");
$RowCnt = mysql_numrows($SqlResult);

Link to comment
https://forums.phpfreaks.com/topic/178589-solved-add-20-000-to-the-rowcnt/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.