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
GK
Forum Commoner
Posts: 51 Joined: Sat Jun 07, 2003 2:58 pm
Contact:
Post
by GK » Sun Aug 10, 2003 4:00 am
Hi all
is it possible to use flush for this output or something else?
ot takes a lot of time before outputting it all
Code: Select all
<?
echo nl2br(`traceroute $ipdomein`);
?>
GK
Forum Commoner
Posts: 51 Joined: Sat Jun 07, 2003 2:58 pm
Contact:
Post
by GK » Sun Aug 10, 2003 5:20 am
how would u use it then?
JAM
DevNet Resident
Posts: 2101 Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:
Post
by JAM » Sun Aug 10, 2003 5:31 am
Sorry, I think I missunderstood your question here...
Apparently, you can (
example ) but how you would code the traceroute function its up to you.
http://se2.php.net/flush
GK
Forum Commoner
Posts: 51 Joined: Sat Jun 07, 2003 2:58 pm
Contact:
Post
by GK » Sun Aug 10, 2003 5:38 am
mm thats my problem
i dont know how to reprogram the traceroute so i can output 1 line at a time
JAM
DevNet Resident
Posts: 2101 Joined: Fri Aug 08, 2003 6:53 pm
Location: Sweden
Contact:
Post
by JAM » Sun Aug 10, 2003 6:49 am