Insert Records Code - FROM_UNIXTIME Error
Moderator: General Moderators
Re: Insert Records Code - FROM_UNIXTIME Error
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?
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Re: Insert Records Code - FROM_UNIXTIME Error
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.