Hello
Today is the first of february and I noticed a bug in my coding.
I use the php date function to give me todays date in an european style: 010210
I then insert this date to a mysql table.
The problem is that the date after being inserted is listed as 10210..
This of course makes my other code go crazy..
How can I get the exact "number" into mysql? The column I'm inserting into is VARCHAR(100). Also tried TEXT but did not help..