Jump to content

Automaticaly check digits with xxxx length


Emperio

Recommended Posts

Hi I need a php script which automaticly sends random 4 digit number to my server

So i dont have to type a number and press send.............

So every when it sended 1 number it automaticly refreshes to send another one.....

Or if its possible it sends all possibilities in one time...

Hi I need a php script which automaticly sends random 4 digit number to my server

So i dont have to type a number and press send.............

So every when it sended 1 number it automaticly refreshes to send another one.....

Or if its possible it sends all possibilities in one time...

 

Usually I'm pretty good at figuring out what someone means when their English isn't up to par but I really can't figure out what you're asking.

 

However, this will generate a (pseudo) random 4 digit number.

 

$str = rand(1000, 9999);

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.