Source Code Online Home Categories Top Code New Code Submit Code
Search
New Code
Simple password generator
Simple Random HTML Emitter
Random numbers in PHP
PHP Freaks: Randomize Images, Quotes and MySQL Results
Generating a random password
Flip a Coin in PHP
Fetching random record
Top Code
Fetching random record
Flip a Coin in PHP
Generating a random password
PHP Freaks: Randomize Images, Quotes and MySQL Results
Random numbers in PHP
Simple password generator
Simple Random HTML Emitter
PHP > Tips and Tutorials > Randomizing
Source List

Code 1-7 of 7   


In this tutorial, the author gives tips to the beginner programmer for creating a random password. For creating this, he uses loops and random letters in the functional programme on the webpage. For additional security he defines a minimum length and



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 include the code with some sample function. You can use this for making a simple ad banner rotator or rando



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 the page. simple slots function is also given for generating multiple number. Easy to follow step are gi



PHP Freaks: Randomize Images, Quotes and MySQL Results is a tutorial for making random display of images, quotes, and MySQL results on your website with file function. Tutorial source file is also available for download. With this, you can learn to r



Generating a random password is a PHP article with which you can learn to generate random passwords. You will learn to create alpha numeric passwords inorder to secured user authentication. This online tutorial also provides a brief introduction abo



By reading this article you can learn by yourself the techniques involved in randomizing different combinations of entities. The author has given example codes on how to randomize and to choose an entitiy between 2 and 3 options using the PHP echo fu



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 gives some example function that are very easy to follow and get the exact result. The first way is to cr