I have PHP script (on a web site) with code:
<?php
echo mt_rand();
?>
I need to open this link in CMD, receive nuber and echo it. How can i do this? Please, give me example...
I have PHP script (on a web site) with code:
<?php
echo mt_rand();
?>
I need to open this link in CMD, receive nuber and echo it. How can i do this? Please, give me example...