Looking for a solution - php noob.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Are you talking of security?. There is ways around it!.
Last edited by Joe on Mon Sep 27, 2004 5:20 pm, edited 1 time in total.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

running in safe mode, not being on a *nix server.. many many reasons..
User avatar
Joe
Forum Regular
Posts: 939
Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow

Post by Joe »

Ah well I guess your right. I was just focusing on linux and not other operating systems.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

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. :)
kemph
Forum Newbie
Posts: 5
Joined: Mon Sep 27, 2004 2:44 pm

Post by kemph »

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. :)
Ah, no huge system. I'm looking for a quick solution. :C)
Post Reply