Skip to content

My Personal Website

Helping other in their business

  • Home
  • Blog
  • Blog
  • Home

Author: ashishkatoch

How to know where the website is hosted?

May 21, 2024ashishkatochUncategorized

If you want to know where your website is hosted you can use this website for it: Click here: https://www.who-hosts-this.com/ How to try and experiment with the plugin on free hosting of WordPress: Click here: https://wordpress.org/playground/

READ MORE

MySql can’t make column auto_increment

Apr 1, 2024ashishkatochMySql

I had a similar issue. The issue was the table had a record with ID = 0 similar to what SystemParadox pointed out. I handled my issue by the following steps: Steps: Code Example:

READ MORE

How to search the exact part of a filename in Windows

Mar 25, 2024ashishkatochSnippet

Introduction Suppose you are trying to search for a part of the word contained by a filename in your Windows operating system, then we cannot achieve the expected result by searching in the search bar of that folder. So, if we have several files in our folder and we need to find the exact part […]

READ MORE

How to upgrade phpMyAdmin7.1 in XAMPP to latest with best way?

Jun 17, 2022ashishkatochMySql, Xampp

You can fix network error issue via upgrade to latest phpMyAdmin folder in xampp If you are facing the network error issue while exporting an existing database in Xampp. You can simply upgrade your phpmyadmin folder with the latest one. I faced this issue with php8.0 and phpmyadmin7.1, so I upgraded my phpmyadmin folder upto: […]

READ MORE

How to hit the same url multiple times after success using async, await and fetch using javascript

May 18, 2022ashishkatochJavascript

We can take the help of fetch, async and await javascript inbuilt features to hit the same url if it succeed. Using below script if user want to hit the url after first call completion he can do so easily. I have added for loop that will make 1400 times fetch request one by one. […]

READ MORE

How to solve “Error: MySQL shutdown unexpectedly”?

May 6, 2022ashishkatochMySql

Instead, first try using the MySQL backup folder which is included with XAMPP. So do next steps: NOTE: Copied from stackoverflow

READ MORE

How to scrap page content and download its data using PHP Simple HTML DOM Parser?

May 4, 2022ashishkatochphp

I have taken an example of one website like how we can scrap its page content programmatically using simple html dom script. NOTE: Download simplehtmldom script from here and include it:

READ MORE

How to include code only on home page using condition?

May 4, 2022ashishkatochwordpress

You can Place your code inside the below condition, if your home page is static selected by wp-admin

READ MORE

How to insert post programmatically in WordPress

May 3, 2022ashishkatochwordpress

Include wp load file in your php script file: Add below script to insert post as well as its featured image programmatically.

READ MORE

Developed by Think Up Themes Ltd. Powered by WordPress.