PHP Array Push and Pop

Array push and pop in PHP; Through this tutorial, i am going to show you how to use the array push and array pop method in PHP. PHP Array Push and Pop Now i will take following examples using array_push and array_pop() function in PHP; is as follows: PHP array_push() function Using php array_push function, … Read more

Generate 6,8,10,16 digit random unique Alphanumeric string in PHP

To generate 6,8,10,16 digit unique random alphanumeric in PHP; this tutorial, i am going to show you how to generate 6,8,10,16 digit random, unique, alphanumeric string in PHP using str_shuffle() and md5() . Generating unique random alphanumeric in Php is a very simple and easy task. And you can generate 6,8,10,16,20, etc digit unique random … Read more