Can anyone give me a hand with this?

2003-03-28 Thread Scott Miller
ll me how I can fix this, it would be greatly appriciated. Thanks, Scott Miller = 1048576) { $sOutput = round($iInput / 1048576).''; } else if ($iInput >= 1024) { $sOutput = round($iInput / 1024).' KBits'; } else { $sOutput = round($iInput).&#x

MySQL Search

2002-10-04 Thread Scott Miller
I can paste some of the script I've been working on, but if someone's already created something of the sort, and would be willing to share, it would be greatly appriciated. Thanks, Scott Miller - Before posting, please check