Home » Archive

Articles tagged with: random

PHP »

[8 Sep 2011 | One Comment | 358 views]

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 »

[2 Aug 2010 | 2 Comments | 2,393 views]

Scenario: You have created a custom module. You have entered certain data in your database. You need to show the data randomly. Solution:

PHP »

[19 Mar 2008 | No Comment | 124 views]

Generating/Displaying random image in PHP.

PHP »

[5 Mar 2008 | 2 Comments | 783 views]

Explaining/Illustrating different ways to generate random numbers and strings in PHP