Wow! It works!
Thanx so much for the HELP!
Best Regards!
Search found 3 matches
- Fri Nov 19, 2004 11:59 am
- Forum: PHP - Code
- Topic: How to use exponential function?
- Replies: 2
- Views: 563
- Fri Nov 19, 2004 11:28 am
- Forum: PHP - Code
- Topic: How to use exponential function?
- Replies: 2
- Views: 563
How to use exponential function?
Hi there to all! I was looking to this forum and didnt find a solution for my simple problem. Hope to get success writing here. I need to do a simple math exponential function like this: a = 4 b = 2 c = a ^ b ... c = 16 (4 * 4), but using PHP, this math calc returns me 8! Does anybody help me? Thanx...
- Tue Aug 31, 2004 9:03 am
- Forum: General Discussion
- Topic: How to generate valid date of payments?
- Replies: 1
- Views: 339
How to generate valid date of payments?
Hi there to all. I´m new in programming with PHP, and I´m trying to create a function to generate valid date entries. I mean... I want to do this: 1st) I get the first date 2nd) I wanna generate the next 6,12 or 24 months So, if I input 01/09/2004, the next 6 entries will be 01/10/2004, 01/11/2004, ...