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

Submit Form without Page Refresh using jQuery Ajax with PHP

Submit form without page refresh using ajax php; in this example; i will show you how to submit form without page refresh using jQuery ajax in PHP MySQL with validation. And insert data into php mysql database using jquery ajax without page refresh. Also in this post, you will learn how to insert data in … Read more