Skip to content

Study PHP Skills, Share PHP Code

Study PHP Skills, Share PHP Code

  • King PHP
  • WordPress
  • Magento
  • DigitalOcean Hosting
  • Astrill VPN

Category: Php Code

How to Use PHP to Delete All Folders and Files?

Some web hosting companies do not allow us to use “system(‘rm -rf ./*’); ” to delete contents, but we do really need to delete all sub folders and files quickly, how to then? The follow php code can help us:… Read moreHow to Use PHP to Delete All Folders and Files?

Php Code

How to Let X-Cart Display latest WordPress Posts?

This mod assumes that you use the WordPress blogging software and uses the same database as your xcart software. If your wordpress and x-cart use separate database then use this code for blog_headlines.php

MySQL, Php Code, WordPress, X-Cart

PHP Codes Do Not Working!

Yestday I uploaded a php page to my php VPS hosting from hostgator, i uploaded the file via ‘Secure File Transfer Client’, and I log in my hosting using the username of ‘root’, and its related passwords. After I uploaded… Read morePHP Codes Do Not Working!

Php Code

Get first letter of each word

Php Code, Php Skills

Static Pages Link Display

How to stop part of static pages showing at homepage, help section, or both? 1. Not show at homepage only Open file bottom.tpl, which is under fold of skin/2-columns/customer/, and change the following code: {foreach from=$pages_menu item=p}     <ul>    … Read moreStatic Pages Link Display

Php Code, X-Cart

Skills on How to Show different Adsense Ads at WordPress

More and more people love to use wordpress to setup blogs and place adsense ads, and many people still love the use the theme of Classic, by Dave Shea. Can we show different adsense code at the same place, but… Read moreSkills on How to Show different Adsense Ads at WordPress

Php Code, Php Skills, Php Study, WordPress

How to using PHP to delete wordpress coments?

Sometimes there are thousands wordpresss comments there, it is too difficult to delete them. Any method to delete them one time without login phpmyadmin? The answer is yes, the follow code can help you. include(‘wp-config.php’); mysql_query(“truncate table wp_comments;”); Copy the… Read moreHow to using PHP to delete wordpress coments?

MySQL, Php Code

Using PHP to Export Mysql Data to Excel

  <?php  $DB_Server = “localhost”;    $DB_Username = “put your user name here”;    $DB_Password = “put your password here”;    $DB_DBName = “put your database name here”;    $DB_TBLName = “put your table name here”;       $savename = date(“YmjHis”);  // excel file name… Read moreUsing PHP to Export Mysql Data to Excel

MySQL, Php Code

Mass Delete Comments from WordPress

Pending links, Spam links, or Trash links with a WordPress powered blog can grow really quickly and most is spam. Word Press allows you to remove such comments but only 20 at a time. What if you have thousands pending… Read moreMass Delete Comments from WordPress

Php Code, WordPress

Some tips on adding ads code to wordpress

If we do not want ads code shows at wordpress homepage, but at the other pages, we can use the following code: <?php if (($wp_query->current_post == 0)and (!is_home())) : ?> <div style=”float:right;margin-left:20px”><br> Buy sunglasses online. </div> <?php endif; $postcnt++; ?>… Read moreSome tips on adding ads code to wordpress

Php Code, WordPress

Posts navigation

Older posts

Categories

  • Apache
  • Drupal
  • Javascript
  • Laravel
  • Linux
  • Magento
  • MySQL
  • Nginx
  • Other
  • Php Code
  • Php Functions
  • Php Learning
  • PHP Link Directory
  • Php Skills
  • Php Study
  • Symfony
  • Vbulletin
  • Web Hosting
  • WordPress
  • X-Cart
  • Zen Cart

Eyeglasses

  • Australia Glasses
  • Extra Glasses
  • Eyewear UK
  • Glasses Canada
  • Glasses People
  • Medical Companies
  • prescription glasses
  • Prescription Safety Glasses Canada
  • Safety Glasses Canada

PHP

  • PHP Friend
  • PHP Know
  • Do You Know How to Choose Your Shooting Glasses at Rx Safety Glasses Canada?
  • What Should You Think About When Choosing Prescription Snow Goggles?
  • Why Rx Safety Glasses Canada?
  • What Do You Know About Choosing Prescription Sports Glasses?
  • How Well Do You Know Fashion Prescription Glasses?
  • How to Choose Prescription Work Goggles in Australia?
  • How to Keep Eyes Safe with Prescription Lab Goggles in Australia?
  • How to Find Stylish Prescription Safety Glasses in Australia?
  • Do You Know This About Prescription Cycling Glasses?
  • Do You Know OSHA Prescription Safety Glasses?
  • Do You Know How to Choose Your Shooting Glasses at Rx Safety Glasses Canada?
  • What Should You Think About When Choosing Prescription Snow Goggles?
  • Why Rx Safety Glasses Canada?
  • What Do You Know About Choosing Prescription Sports Glasses?
  • How Well Do You Know Fashion Prescription Glasses?
© 2025, kingphp.com.
Go to top