Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!
Ah, class's .. good lad ;) you ought to see some of the code ive had to fix .. shocking ! lol
if you look at www.php.net/round you will see it will not fully round up a decimal.. eg
echo round(3.4); // 3
echo round(3.5); // 4
echo round(3.6); // 4
echo round(3.6, 0)...
Personally if I were gonna do it I would get temp controlled fans.. that way the only crank up when its actually needed.
Some of the server I have sound not too dissimilar to a jumbo jet taking off when you first switch them on, but are quite quiet in normal running..
I may be wrong but I dont think round() is what your looking for..
it will round something like 3.4 down to 3... if your looking to round up to a whole number then you should use ceil() which would return a value of 3.4 as 4
Dual layers have taken off big time.. just maybe not for your average @ home punter..
There is a worldwide shortage of Verbatim (some say Ver-Ba-Tim ;) ) Dual layers just now..
If its onboard sound you need to find out what make/model your mobo is. If its a seperate card for sound then whip it out and have a look, it normally says on it what it is.
Oh and its strange you should be doing this as I have already written a complete online booking system in php for my work, and just recently ive been recoding it to use ajax.. its just about done so any help/tips just drop me a PM.
just use the ceil() inbuilt php function... will round up to the whole number for you..
eg.
$wholeday = ceil($numofdays);
http://www.php.net/ceil
Now give me a real challenge.
But to a computer a != A and thats the way it should be.
anyway, I think ive found my saviour !!
http://www.fraganestis.com/chthon/software/SmartTask/
seems to do what im looking for !
I think windows has a basic implementation of it.. but in the linux world.. auto complete saves time/hassle when dealing with case sensetive filenames..
Cheers, ye I found that already as it was the only way to restore a putty session :(
I'll do some googling.. to be honest I though someone would come back immediatly with a simple answer but it appears windows is letting me down again !
lol I'm impressed. when u use case sensative os's for a while it actually makes more sense besides just use tab autocomplete to do most of the work for you
andy, thx for that (i think ;) ) if there isn't a way to do it then its not much use to me ! I am already looking at installing linux on...
hello fellow geeks ....
just got given a new phone/pda in work it is running windows mobile 5.0 .... how the hell do you quickly switch between apps ? kinda like alt tab when using a desktop system. just got poketputty (an ssh client) n want to be able to switch between that n other apps !
A lot of my PHP scripts spoof the "from" when sending emails.. as they are normally sent from non-accounts (if that makes sense). It incredably easy to do.