WmZilla - Webmaster and Marketplace

The Next Generation Webmaster and Trade Forum

SQL query button

Chewbaca08

New member

0

0%

Status

Offline

Posts

35

Likes

0

Rep

0

Bits

185

3

Months of Service

0%
I want a button that will execute the following query when I click the PHP button. How can I do that? DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) LEFT JOIN wp_postmeta c ON (a.ID = c.post_id) WHERE a.post_type = 'revision'
 

249

6,622

6,642

Top