| CATEGORIES |
| PHP ARTICLES |
|
Browse All PHP Articles
Latest Articles |
|
<< All Php Articles
|
|||
|
|
|||
| How to generate a random string in php | |||
|
| |||
|
You can generate a random string, using the following php function. The function takes as an argument the length of the generated string.
function generateRandomString($length=5)
|
|||
| << All Php Articles |