Hey, well basically I'm using a function that generates a random string, then in my PHP code it saves that string to a text file. It's only doing one at a time though (one per page load). Sure, if I reload the page it adds another, but one at a time is slow.
I've used, but the problem with that is it keeps reloading the page... I want to just load the page and it creates a new string, saves it, creates a new string, saves it... and continues doing that X amount of time (x being infinite or 100).PHP Code:header('refresh:0; url=page.php');
Is it possible to do this somehow? I've used google but it got confusing.
Thanks.





Reply With Quote
Works like a charm.




