Posts by Shristi Rani

Author Biographical Info: Not available

PHP range() Function with examples

By Shristi Rani

In this tutorial, we will learn about the range() function in PHP. We will see the functionality of the range function in PHP through an example. Hope you like this tutorial. Do sh.... Read More

PHP array_key_exists() Function

By Shristi Rani

In this tutorial, we will learn about array_key_exists() function in PHP. Hope this tutorial will be helpful for you and I will try to cover all information in detail. Hope you lik.... Read More

How to generate a random array in PHP

By Shristi Rani

This tutorial will teach us how to generate a random array in PHP. This tutorial contains various ways to generate a random array. Hope this tutorial is helpful to you. Let’s.... Read More

Remove white spaces from a string in PHP

By Shristi Rani

In this tutorial, we will see how we can remove white spaces from a string in PHP. We will see various functions to do the same. Remove White Spaces in PHP Removing white spaces fr.... Read More

Remove special characters from string in PHP

By Shristi Rani

In this tutorial, we will learn how to remove special characters from strings in PHP. We will see a built-in PHP function to remove the special characters and many more. Let’.... Read More

How to store JavaScript variable value in PHP variable

By Shristi Rani

In this tutorial, we will learn how to store a JavaScript variable value in PHP variable value.  Since one runs on the server side and one runs on the client side. Hope this tutor.... Read More

How to remove a specific value from an array in PHP

By Shristi Rani

In this tutorial, we will learn about how to remove a specific value or an element in an array related to a particular key in PHP script. Hope this tutorial will be very helpful fo.... Read More

Print each element from an associative array in PHP

By Shristi Rani

This tutorial is basically about we can fetch and print each element in the associative array in PHP, to do this there are various ways but to make it easy to understand and easy t.... Read More

Related Posts