How to implement CRUD functions in the Laravel PHP Framework? Part-2

How to implement CRUD functions in the Laravel PHP Framework? In previous blog Part-1, We have seen that how we start to implement CRUD functions. Step 12. Now, Go to…

Read more »

How to implement CRUD functions in the Laravel PHP Framework? Part-1

How to implement CRUD functions in the Laravel PHP Framework? Within computer programming, the acronym CRUD stands for create, read, update and delete. Step 1. Create a DataBase CustomerService. Step…

Read more »

How to Display Navigation Menus of our Custom Theme in WordPress? Part-8

How to Display Navigation Menus of our Custom Theme in WordPress? In blog Part-7, we have seen how to register Navigation Menus of our Custom Theme. We have to create…

Read more »

How to Register Navigation Menus of our Custom Theme in WordPress? Part-7

How to Register Navigation Menus of our Custom Theme in WordPress? What are the Navigation Menus? Navigation-Menus are customizable menus in your theme. They allow users to add Pages, Posts,…

Read more »

How to Create a Custom Page of Custom Theme in WordPress? Part-6

How to Create a Custom Page of Custom Theme in WordPress? Why to use Custom Page? Customized page templates allow you to individualize any part of your WordPress site without affecting the…

Read more »

How to Create a Page in WordPress? Part-5

How to Create a Page in WordPress? What is a page in WordPress? WordPress allows us to create pages by default and its theme controls the appearance of our pages…

Read more »

How to create a WordPress custom theme? Part-4

How to create a WordPress custom theme? It’s looking improper yet, therefore we have to set the path of CSS and JavaScript to make it on proper website. So, go…

Read more »

How to create a WordPress custom theme? Part-3

How to create a WordPress custom theme? In this blog, you’ll see how to call these files to each other. WordPress divided the all files to understand clearly. The basic…

Read more »

How to create a WordPress custom theme? Part-2

How to create a WordPress custom theme? What is the WordPress theme? The WordPress Themes are files that work together to create the design and functionality of a WordPress site. Themes…

Read more »

How to print a star pattern in PHP embedded in HTML? -6

How to print a star pattern in PHP? What is star pattern? Star Pattern is the series of such character like (*) or another characters can be used to print…

Read more »

How to check the given number is either Palindrome number or not in PHP embedded in HTML? -5

How to check the given number is either Palindrome number or not in PHP? What is the Palindrome number? A palindrome is a word , number, phrase, verse or sentence…

Read more »

How to print the number in reverse order in PHP embedded in HTML? -4

How to print the number in reverse order in PHP? In this program, you’ll learn to reverse a number using a while loop. Logic: First of all, the remainder of $num divided…

Read more »

How to count string length in PHP embedded in Html? -3

How to count string length in php? What is the definition of strlen() Function? The strlen() Function is pre-defined function in php which returns the length of a given string….

Read more »

How to print a table of any number in PHP embedded in HTML? -2

How to print a table of any number in PHP? What is Table? Table(The Multiplication tables): A table that shows you the results of multiplying of two numbers. Logic of this: 1.Define…

Read more »

How to print Fibonacci series in PHP embedded in HTML ? -1

How to print Fibonacci series in PHP? What is Fibonacci series? A series of numbers in which each number is the sum of the two preceding numbers. The simplest is…

Read more »

How to fix an error of PhpMyAdmin access denied in xamp mySql.

Error resolving of PhpMyAdmin access denied. For most first time install, accessing http://localhost/PhpMyAdmin will directly take us to the PhpMyAdmin web interface without asking for password or anything because by…

Read more »

How to Fix MySql port 3306 already in use Error/another instance already running.

There are two types of errors  which occur in MySql are as follows:- Another instance is already running:- This error occurs when MySql has been installed by you in command-line…

Read more »