Quote Originally Posted by mc12345678 View Post
Yeah, just pulled it up...

Change:
Code:
WHERE orders_id = " . (int)($orders_fields['orders_id'] . " LIMIT 1";
to:
Code:
WHERE orders_id = " . (int)$orders_fields['orders_id'] . " LIMIT 1";
Man, I really wish I knew where/how characters like that just seem to randomly appear...
LOL!! I wish I was half as good at you catching such things.
Thanks again. I greatly appreciate your work. I just did a test and it seems to work great. I just need to let the users know how to properly enter the date.

I value your time and work always