Languages

Components, Scripts, Codes: PHP / Tips and Tutorials / Randomizing

Simple Random HTML Emitter

The author describes the three simple steps to put a random PHP html emitter into your website. They are customize the code, save the code and...

By: JAgostoni Homepage


 

Freeware

Simple password generator

In this tutorial, the author gives tips to the beginner programmer for creating a random password. For creating this, he uses loops and random...

By: Jon Walton Homepage

Freeware

Random numbers in PHP

Random numbers in PHP is a tutorial for the users to create three random numbers between 0 and 9. A sample function for this creation is given on...

By: php-scripts.com Homepage

Freeware

PHP Freaks: Randomize Images, Quotes and MySQL Results

PHP Freaks: Randomize Images, Quotes and MySQL Results is a tutorial for making random display of images, quotes, and MySQL results on your website...

By: Phpfreak Homepage

Freeware

Generate a random password

This is a tip to generate a random password from a set of characters which is given on the website. With this you can generate your own random...

By: Admin Homepage

Freeware

Flip a Coin in PHP

By reading this article you can learn by yourself the techniques involved in randomizing different combinations of entities. The author has given...

By: i-fubar.com Homepage

Freeware

Fetching random record

In this article, the author gives some tips to fetch random record in a multiple records database. He gives two ways to do this job. For this he...

By: Barbos Homepage

Freeware