Php, Wordpress, CodeIgniter, Magento

Friday, June 27, 2025

Count days between two dates

›
 Here I am explaining code for count days between two dates. <!DOCTYPE html> <html lang="en"> <head> <meta ...

mysqli database query for count views, join and select some rows

›
 Here I am giving some useful mysql queries. If you check it, you will understand, which query is suitable for your project. function getCha...
Thursday, February 1, 2024

Select and Insert value from dropdown multiple, write and insert multiple values

›
 Hello.  Today I want to show you how to select values from dropdown, Write or insert values from dropdown and save to database and manage i...
Monday, January 29, 2024

God mode in windows system and its details

›
Hello. Today I am going to show you GOD Mode in windows operating system.  What Is the "God Mode" Folder in Windows and How Do I E...
Saturday, January 13, 2024

How to data scrap from other website

›
 Hello. Today I am going to explain how to scrap data from other website.  Web scraping requires careful consideration and adherence to ethi...
Saturday, December 2, 2023

Wordpress theme add css js files right method

›
Hello Today I am going to explain how to add css and js files in functions.php in wordpress theme. I was face so much issues when add css an...
Thursday, August 24, 2023

Sorting numbers without using inbuilt function

›
 $result = ['9','2','5','4','3','7']; for ($i = 0; $i < count($result) - 1; $i++) {   for...
›
Home
View web version

About Me

Chirag
View my complete profile
Powered by Blogger.