Home » Archive

Articles tagged with: random

PHP »

[8 Sep 2011 | One Comment]

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]

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]

Generating/Displaying random image in PHP.

PHP »

[5 Mar 2008 | 2 Comments]

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