Hi,
I've been trying to display a "latest update" date in the header of the page. This way the visitors can see when the latest link was added.
The query should be something like this I think: select max(date) from idx_link. In PHP MyAdmin I get the latest date and time as a result.
I want the date to be displayed as dd-mm-yyyy (so without the time)
Since my knowledge about php is about zero I've copy and pasted some parts I thought that would do the trick. I was told this is the best way of learning things

.
But I can't get it to work and I don't have a clue what is wrong. This is what I have nowadded to the index.php:
Code:
Content visible to License Owner only.
In the header I've added <%$latest_update%>
There is obviously something wrong with this. Is there someone who can point me to the right direction?
Bart