Tag Archives: php
Name of Country and their 2-Character Alphabetical Country Codes as PHP Key-Value array
Its quiet a tedious job when it comes to developing a dropdown input field in which the user have to select a county, as part of their address, Nationality, etc. Think if you have several of this fields in your … Continue reading
Generate Random String With PHP
Its quiet common in programming, especially web programming to generate random strings as passwords, keys etc. This is a simple function that you can use to generate random string with length of your choice. You can also specify if the … Continue reading