Looking for a solution - php noob.
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
at least using mysql (not sure about postgre or the other databases) time intervals is quite simple.. so is using php's with functions like [php_man]strtotime[/php_man] you can add 2 hrs, 6 days, whatever.. there are several calendar scripts over at hotscripts that could probably be altered slightly to add datebook type features, if they didn't have them already somewhere.
my major point is, there may be something out there already built for this whole thing, probably is. But even if there wasn't, it's just made of a few more common components, that'd need some modification to start working together. Unless you want to build a huge system, this should take too long. However you milage will vary.
my major point is, there may be something out there already built for this whole thing, probably is. But even if there wasn't, it's just made of a few more common components, that'd need some modification to start working together. Unless you want to build a huge system, this should take too long. However you milage will vary.
Ah, no huge system. I'm looking for a quick solution. :C)feyd wrote:at least using mysql (not sure about postgre or the other databases) time intervals is quite simple.. so is using php's with functions like [php_man]strtotime[/php_man] you can add 2 hrs, 6 days, whatever.. there are several calendar scripts over at hotscripts that could probably be altered slightly to add datebook type features, if they didn't have them already somewhere.
my major point is, there may be something out there already built for this whole thing, probably is. But even if there wasn't, it's just made of a few more common components, that'd need some modification to start working together. Unless you want to build a huge system, this should take too long. However you milage will vary.