Search found 7 matches
- Thu Jul 31, 2008 8:23 pm
- Forum: PHP - Code
- Topic: PHP code to store Future dates?
- Replies: 6
- Views: 460
Re: PHP code to store Future dates?
All the examples given are very complicated to use Of course they are all complicated. You're dealing with a complicated subject. There is no magical code that will make recurring events (or even dates and times for that matter) easy. I've probably started half the threads on this forum pertaining ...
- Tue Jul 29, 2008 8:01 pm
- Forum: PHP - Code
- Topic: PHP code to store Future dates?
- Replies: 6
- Views: 460
Re: PHP code to store Future dates?
If you search these forums for "recurring event" or "recurring date" you will find a number of threads discussing how to implement this. It doesn't help. All the examples given are very complicated to use, at least as what I saw being a PHP newbie. Anyway I will try to code it o...
- Mon Jul 28, 2008 7:25 pm
- Forum: PHP - Code
- Topic: PHP code to store Future dates?
- Replies: 6
- Views: 460
PHP code to store Future dates?
How can we implement scheduling in PHP? I need to store future dates this way:
Every last day of the month
and every 15th day of the month
These values will be stored in a mysql table...
Any help?
Every last day of the month
and every 15th day of the month
These values will be stored in a mysql table...
Any help?
- Mon Jul 28, 2008 7:24 pm
- Forum: PHP - Code
- Topic: Loan Module
- Replies: 5
- Views: 412
Re: Loan Module
How can we implement scheduling in PHP? I need to store future dates this way:
Every last day of the month
and every 15th of the month
These values will be stored in a mysql table...
Any help?
Every last day of the month
and every 15th of the month
These values will be stored in a mysql table...
Any help?
- Mon Jul 14, 2008 10:03 pm
- Forum: PHP - Code
- Topic: Loan Module
- Replies: 5
- Views: 412
Re: Loan Module
Message was edited, response is no longer needed...
Thanks,
Thanks,
- Mon Jul 14, 2008 7:58 pm
- Forum: PHP - Code
- Topic: Loan Module
- Replies: 5
- Views: 412
Re: Loan Module
No disscussions here I dought...to specific...we have mostly theoretical disscussions about application design in general not implementation specifics for given areas, except maybe content management systems. Try finding a open source project which does financial stuff and ask there as I am sure th...
- Mon Jul 14, 2008 7:37 pm
- Forum: PHP - Code
- Topic: Loan Module
- Replies: 5
- Views: 412
Loan Module
Hi to all, I am a PHP newbie. I am currently developing a Payroll system based on PHP. I have difficulty for creating the code for the loan module. Is there any thread that already discuss this or any help out there on how to implement this? I just want to have these inputs for loan module: Employee...