Quote:
Originally Posted by SpikY_
Код:
printf("Last Login to Safe: %d", Safes[hid][SafeLastLog]);
Try like this?
|
Код HTML:
Last Login to Safe: 50
Quote:
Originally Posted by Sjn
Make sure "Safes[hid][SafeLastLog]" variable is a string with specified length, also the timestamp field to hold the log time in your table needs to be varchar.
|
I checked and everything is ok.