Konu
taslak php
02-07-2015, 18:22:36
#1
izayin
Selam taslakları toplu şekilde açmak için bu php dosyasını yaptım ama çalışmıyor sorun nerde sizce
<?php
include('wp-config.php');
$sonuc=mysql_query("UPDATE wp_posts set post_status='publish' where post_status='draft'");
echo($sonuc);
?>