Search found 4 matches

by akazukin
Tue Oct 18, 2005 8:34 pm
Forum: PHP - Code
Topic: what do 1024 n 2048 means?
Replies: 1
Views: 251

what do 1024 n 2048 means?

$moredetails .= fgets ($fp, 2048);
$moredetails .= fgets ($fp, 1024);
In my source code, scripted by others, I have noticed that there are 2 different numbers , 1024 and 2048. Anyone noe what do they mean??
by akazukin
Wed Oct 12, 2005 10:40 pm
Forum: PHP - Code
Topic: hides line
Replies: 3
Views: 230

problem solved. :lol:
by akazukin
Wed Oct 12, 2005 10:01 pm
Forum: PHP - Code
Topic: hides line
Replies: 3
Views: 230

i can't comment tat out. If i did, it won't show the complete information. Instead it will pause at certain max. no. of line. The output was printed out by the looping. tat is why i was wondering how can i dump tat cisco command out from the output but it still doin the job?
by akazukin
Wed Oct 12, 2005 8:47 pm
Forum: PHP - Code
Topic: hides line
Replies: 3
Views: 230

hides line

How can i hide this line "newSwitch#terminal length 0" from printing out?? part of the Output Password: newSwitch>en Password: newSwitch#terminal length 0 newSwitch#show run Building configuration... Current configuration : 2027 bytes ! version 12.1 part of the source code $fp = fsockopen ...