write a new line in loop and always new information Append a

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Dss.Lexius
Forum Newbie
Posts: 11
Joined: Fri Jun 11, 2010 12:18 pm

write a new line in loop and always new information Append a

Post by Dss.Lexius »

Hi,
what i wanted to do is Write a Line on man page in a loop.
The line 'll contain the number of line, i mean how many times it has been running with local server time and date.
For example:

Code: Select all

$x = true;
While $x {
write a line with the date, time and count of itself in loop and append at the end of line.
} 
i hope u got what i am asking for...
Thanx
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: write a new line in loop and always new information Appe

Post by cpetercarter »

No, I haven't the first idea what you want to achieve. The code you have posted will run for ever.
Post Reply