Delete all pending PHPLD links
PPC programsIf you’ve been lazy (like me) and let hundreds of pending links accumulate in your PHPLD directory, here’s a simple way to delete all the pending links in one go. Start up phpMyAdmin, go to the SQL page and run this this query:
DELETE FROM PLD_LINK WHERE STATUS = 1
If you want to approve all pending links, use this instead:
UPDATE PLD_LINK SET STATUS=2 WHERE STATUS=1







Recent Comments