Emperio Posted January 26, 2009 Share Posted January 26, 2009 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... Quote Link to comment https://forums.phpfreaks.com/topic/142529-automaticaly-check-digits-with-xxxx-length/ Share on other sites More sharing options...
MadTechie Posted January 26, 2009 Share Posted January 26, 2009 Send to your server.. okay are you talking about POST, GET, FTP, HTTP, EMAIL, TCP SOCKET, Carrier Pigeon? Quote Link to comment https://forums.phpfreaks.com/topic/142529-automaticaly-check-digits-with-xxxx-length/#findComment-746899 Share on other sites More sharing options...
Prismatic Posted January 26, 2009 Share Posted January 26, 2009 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); Quote Link to comment https://forums.phpfreaks.com/topic/142529-automaticaly-check-digits-with-xxxx-length/#findComment-746901 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.