Category: PHP

webstuffsolution.com have tutorials for PHP,You can study for PHP various topic and example.Most popular post and topic in this tutorial included. you can find various example and topic, solution.we have list of tutorial and solution about PHP.Very simple quick solution for you.

php

Recent posts

PHP format number with 2 decimals example

In this tutorial will give you an example of PHP format number with 2 decimals. You will learn PHP...

How to get current page URL in PHP?

In this tutorial, we will explain how to get current page URL in PHP. You can see get full URL in...

PHP get first word from string example

In this tutorial we will show you php get first word from string. You will simply learn how to get...

How to merge two array in PHP?

Diffrent method to merge two array in PHP 1. The array_merge function The array_merge() function is...

How to Increase session timeout in PHP?

In this article, we are going to learn how to increase session timeout in PHP. If you have a...

PHP check if array is multidimensional or not

In this article explained of php check if array is multidimensional or not. This post will give you...

PHP remove numbers from string example

In this article explained of php remove numbers from string example. If you want to see an example...

Check word exist in string PHP?

In this tutorial explained of check word exist in string php. I need to find word from string, I...

How to get first character from string in PHP?

In this article, we will explain how to get first character from string in PHP. If you have a...

Convert object to array in PHP?

In this tutorial explained of convert object to array in php. This post will give you a easy example...

How to convert string to array in PHP?

In this article, you’ll learn how to convert string to array in PHP, with a focus on using a...

PHP Remove last character from string (4 Methods)

In this tutorial explain of php remove last character from string. step by step explain how to...

Remove white space from string in PHP?

 In this tutorial explain multiple example of remove white spece from string in php.you will learn...

Check key exists in array PHP?

In this tutorial explain check key exists in array php. I explained easy step check if key exists in...

How to remove empty values from array in PHP?

In this tutorial, we will explain how to remove empty values from array in PHP without using a loop...