Jump to content

Creating captcha


Recommended Posts

I need to generate an image with a random string using this function:

Func randomstring($length=10)
$array = StringSplit("ABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890123456789","")

$new = ""
For $X = 1 to $length
$new &= $array[Random (1, $array[0], 1)]
Next

return $new
EndFunc

[quote name='PsaltyDS' post='635433' date='Jan 27 2009, 07:04 AM']Larry is a mass murderer?! It's always the quiet, clean cut, bald guys... [/quote]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...