TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 02-16-2010, 04:08 PM   #1 (permalink)
The Acquainted
 
Join Date: Feb 2008
Posts: 107
Thanks: 3
CΛSTΞX is on a distinguished road
Arrow Delete rows except last added 250 ones

Hello mates,

I want to delete all rows in a table except last added 250 ones. I have this script, but it deletes all rows except first 250 ones. I need your help, thanks.

PHP Code:
$query="SELECT * FROM looks";

    
$result=mysql_query($query);
    echo 
mysql_error();

    
$all_looks = array();

    for(
$i=0$i<mysql_num_rows($result); $i++){
        
$row mysql_fetch_array($result);

        
$all_looks[$i] = $row["id"];
    }

    for(
$i=0$i<count($all_looks)-251$i++){
         
mysql_query("DELETE FROM looks WHERE id='".$all_looks[$i]."';");
    }

    echo 
mysql_error(); 
__________________
Downloadic
infolizer
Send a message via MSN to CΛSTΞX
CΛSTΞX is offline  
Reply With Quote
 



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get row number from 2 top numberd rows ttmtake General 5 01-28-2009 11:16 PM
Multiple rows - dynamic hostfreak Javascript, AJAX, E4X 6 08-19-2008 04:17 AM
eShop v1 quantumkangaroo Show Off 15 05-01-2008 07:13 PM
MySQL syntax for table join on delete delayedinsanity General 5 04-03-2008 05:39 PM
Delete lines from txt file Hobbit Absolute Beginners 1 09-13-2007 08:39 AM


All times are GMT. The time now is 05:57 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design