Skip to content
  • Home
  • About
  • Contact

How To Find It

Tips For Program

  • Home
  • HTML
    • HTML
    • Jquery & Javascript
    • css
  • Php
  • sql
  • wordpress
    • woocommerce
      • Woocommerce Hooks
    • Plugin developement Tips
  • General

Category: sql

Selecting a distinct values and its number of occurrence from database

Selecting a distinct values and its number of occurrence from database

May 23, 2017 admin
Selecting a distinct values and its number of occurrence from database using SQL $query=”SELECT DISTINCT(`page_id`), COUNT(page_id) as count FROM tablename group by page_id”;... Read More
Selecting all ids(rows) except one id(row) in sql using php

Selecting all ids(rows) except one id(row) in sql using php

May 23, 2017May 23, 2017 admin
Sample Query, here we select all page ids and its count but id except a particular number, Query inside braces of NOT IN condition: “SELECT `page_id`, COUNT(`page_id`) AS `total` FROM `table.com... Read More

Recent Posts

  • How to include styles and scripts on wordpress admin pages?
  • Page Template dropdown missing from page attribute in wordpress
  • How to add a logo uploading field in customize settings in wordpress
  • How to add a new page in wordpress admin
  • Template is missing. Standalone themes need to have a index.php template file. Child themes need to have a Template header in the style.css stylesheet.

Categories

  • css (13)
    • Bootstrap (2)
  • General (13)
  • HTML (10)
  • Jquery & Javascript (39)
    • OOP javascript (11)
  • Php (39)
    • Amzon s3 and Php (3)
  • sql (2)
  • wordpress (154)
    • Hooks & Filters (1)
    • Plugin developement Tips (7)
    • woocommerce (50)
      • Woocommerce Hooks (17)
Theme Designed by InkHive. howtofindit©2021