Return to Snippet

Revision: 21132
at December 4, 2009 05:51 by ReeceMarsland


Initial Code
select nid, vid from node_revisions where format in (select format from filters where module = 'php' and delta = 0);

select cid, nid from comments where format in (select format from filters where module = 'php' and delta = 0);

select bid, info from boxes where format in (select format from filters where module = 'php' and delta = 0);

Initial URL


Initial Description


Initial Title
Drupal 6.x Find PHP code in database

Initial Tags
mysql, php, drupal

Initial Language
MySQL