hi shiplu
i made changes in this
i changed $id to $uid

$ch = curl_init('http://twitter.com/statuses/destroy/' . $uid .
'.xml');

now my delete is working
but it shows the whole xml on deletion and if the same id deleted
again it shows
me No status found with that id xml

but i wanted when it is sucess it shd show message Status deleted
and if same id deleted twice it shd show No status found with that id


Reply via email to