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... 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? 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); 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
Archived
This topic is now archived and is closed to further replies.