View Single Post
Old 04-30-2005, 05:16 PM   #9
vodevil
Green Mole
 
Join Date: Mar 2005
Posts: 11
Code:
//=================================================
//delete a content_text from a spider_id
function xunDelText($spider_id,$ftp_id='')
{
if (CONTENT_TEXT == 1)
{

if (FTP_ENABLE && $ftp_id)
    $delete = mysql_query(" DELETE * FROM 'xuntext_content' WHERE spider_id=$spider_id ");


   }

}

Don't work
vodevil is offline   Reply With Quote