Insert Records Code - FROM_UNIXTIME Error

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

millsy007
Forum Commoner
Posts: 78
Joined: Wed Jul 02, 2008 7:00 pm

Re: Insert Records Code - FROM_UNIXTIME Error

Post by millsy007 »

I am fairly sure that for the second query no iterations are being run as 0 rows are inserted into the journey table. What would be a good debugger to check this?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Re: Insert Records Code - FROM_UNIXTIME Error

Post by RobertGonzalez »

Xdebug or the Zend Debugger. Set a breakpoint inside the loop and run your code against those, watching the values of your variables as the loop iterates.
Post Reply