|
Posted by Steve on 11/21/06 23:37
| Just for your record so that you may improve on your skills that you do
not
| have.
|
| flush();
| while(!$shutdown_flag) {
| $buf=fread($sp,4096);
| if (feof($sp)) $shutdown_flag=1;
| echo $buf;
| flush();
| usleep(75000);
| // DB stuff here
| }
| }
|
| This is just what I needed to start in the right direction.
that's it...oooowwww, you've a lot to learn. have fun 'enjoying' what comes
out. ;^)
| So yes, now you look silly. No, not just silly. You look like a rude
| arrogant prick! :)
we'll see when you come back again asking essentially the same question...or
how to fix the problem(s) you're about to face and don't even see yet. lol.
| "i said it was ludicrous to try and use a screwdriver to hammer a nail!"
| This would totally depend on my circumstances wouldn't it. More evidence
| that you are an arrogant prick!!!!!
hmmmm...if i have a hammer and a screwdriver, which should i use on a nail?
silly me, of course i should use the screwdriver!
[Back to original message]
|