Program to create a login form in PHP

By Sanketh

Hey Guys, In this PHP tutorial, you are going to learn about creating a simple login form in PHP. This login form is gonna accept the data verify it with our database values and if.... Read More

How to find the last saturday of the current month in PHP

By Ujwal Kumar Sahoo

In this article, we will discuss how to find the last Saturday of the month using PHP. Predefined function to find the last Saturday in PHP PHP features a method called strtotime().... Read More

Multidimensional Arrays In PHP

By Sanketh

Hey Guys, In this tutorial, you are going to learn about creating and using Multidimensional Arrays in PHP programming language. What are Multidimensional Arrays: Multidimensional .... Read More

How to change month number to month name in PHP

By Ujwal Kumar Sahoo

In this article, we will discuss how to change the month number to month name using PHP. It can be done in many ways, from that following methods are covered in this article, using.... Read More

How to extract email addresses from a string in PHP?

By Ujwal Kumar Sahoo

In this article, we will discuss how to extract an email address from a given string in PHP. First of all, we have to understand what is a valid email address. See also, Email vali.... Read More

How to show image in c++ using opencv

By Naga jyothi

Learn how to display or show an image using C++ using OpenCV. In order to display images, we need to have “openCV” with 2 modules which are “core” and ̶.... Read More

Circular Prime in JAVA

By Mriganka

Hello guys, if you are looking for a tutorial which would help you to determine if a number inputted by the user is Circular Prime or Not in Java, then you came to the right place..... Read More

Find trace and normal of matrix in C++

By Yash Shakya

This C++ program is able to find the trace and normal of a matrix in the same way that we find in mathematics. Basically the trace of a matrix is the sum of main diagonal of a matr.... Read More

Related Posts