hungryOrb Posted October 8, 2007 Share Posted October 8, 2007 Hello $ Good morning ;] I'm making a hold function, which calculates time spent working on a job, simply by whether the 'Hold' checkbox is ticked or no. By adding up the times around the hold function, the total time spent can be calculated. There is no longterm storage in PHP tho, so I must use MySQL database to store the stuff. However, if you think about it a little, you realise that the hold times must be able to stack, with no real limit. Does anyone know how I can start to put this together? I am a nub. P.S. Previously I have queries that select * from database, if I add fields that can hold a LOT of DATES, it'll want to print that stuff with my other useful info. Obviously I could limit my SELECT, but is it possible that data can be stored in the database without it being in an actual field that is usually selected? Quote Link to comment https://forums.phpfreaks.com/topic/72292-solved-my-hold-function/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.