Ok, when you think about it, its actchually quite simple...
I am creating mass ammounts of files, (in the thousands(please don't ask what they're for)), and i have a script set up to do it all in one simple process. I want it to only display text as the file is displayed:
-File#1 gets made
-At the moment, the only text on the screen should be "Creating File #1: 5jd9ndio.djb" ---
-File#2 gets made
-Now since another file has been made mroe text has been added, so it should all say:
Quote:
Creating File #1: 5jd9ndio.djb
Creating File #2: 7uq3yahv.djb
|
---
??What if??
-Ok, i make File #4 have an ileagle name (/ \ : * ? < > |)
-"5*d9|sj:/.djb"
-It should now say:
Quote:
Creating File #1: 5jd9ndio.djb
Creating File #2: 7uq3yahv.djb
Creating File #3: 9di8digk.djb
Warning: file_put_contents(./5*d9|sj:/.djb) [function.file-put-contents]: failed to open stream: Invalid argument in [file.php] on line [line#]
|
...
So, putting all file making aside, i would like this to happen (pretend the quote boxxes is
1 .php file)
Start of Page->
Quote:
Originally Posted by new.php
B
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bo
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bob
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bob
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bob D
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bob Di
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bob Die
|
2 Seconds Latter->
Quote:
Originally Posted by new.php
Bob Died
|
Now rember there is a time delay