Author |
Message |
Topic: Scheduling PHP scripts to run? |
Tampa1adam
Replies: 2
Views: 8336
|
|
<?
$you = "amazing";
for ($counter = 10;$counter <= 10000000;$counter += 1) {
echo "<BR>".$you;
}
?> |
Topic: Scheduling PHP scripts to run? |
Tampa1adam
Replies: 2
Views: 8336
|
|
This may be a question for the Abyss Server section but anyway, Here's my problem:
Keep in mind my Abyss server is hosted locally. I have a php script that copies the entire htdocs directory to a m ... |
|