For cell K1 copy value every 30 rows down.
=IF(MOD(ROW(),30)=1,$K$1,"")
For cell K1 copy value every 30 rows down.
=IF(MOD(ROW(),30)=1,$K$1,"")
Put this into a text file called info.php and add to root of website.
<?php phpinfo(); ?>
View like coolexample.com/info.php in a Web browser.
Help to debug errors like
BackUpWordPress requires PHP version 5.3.2 or later …