Data From External Website
Posted: Sun Mar 15, 2009 10:36 am
Hi. I'm having an issue with getting an integer from an external website
Since that pages php script outputs only one thing into the source (the integer) i figured i could somehow make my php script goto that page and save everything in the source (or on the page for all that matters) into a predefined variable in a function.
Note that the page mentioned above generates a random number from atmospheric noise and I really need a total random number generator for my page. No pseudo-random stuff.
Code: Select all
http://www.random.org/integers/?num=1&m ... in&rnd=newNote that the page mentioned above generates a random number from atmospheric noise and I really need a total random number generator for my page. No pseudo-random stuff.