Articles tagged with: random
PHP »
Here is a quick way to generate random strings in PHP. I will be showing how you can generate multiple random strings at once. You can specify the number of letters in the random string generated. You can also specify the total number of words you want to generate. I have used str_shuffle function to [...]
Magento »
Scenario: You have created a custom module. You have entered certain data in your database. You need to show the data randomly. Solution:
PHP »
Explaining/Illustrating different ways to generate random numbers and strings in PHP