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!
I am wanting to calculate the difference between two dates then display that many textboxes. Can someone please tell me how I can achieve this? Thanks in advance.
$current = $begin;
while ($current < $ start) {
// create item
// move to next day, since you're working with unixtimestamps, $current += (60 * 60 * 24)
}