jeddi
11-03-2009, 10:54 AM
Is there a PHP variable/constant connected to a mysql database table that states when the table was last updated ?
Or is this something that I will have to save myself when I update it ?
You see, I update the whole table in one go from a xml download every few days and I want to display how current the table is.
Obviously I don't need the date on every row of the table, I just need it once somewhere. If is automatically stored somewhere, maybe I can use it ?
Anyone know about this ?
Or is this something that I will have to save myself when I update it ?
You see, I update the whole table in one go from a xml download every few days and I want to display how current the table is.
Obviously I don't need the date on every row of the table, I just need it once somewhere. If is automatically stored somewhere, maybe I can use it ?
Anyone know about this ?