Thankyou this works well, i have one small issue though that you may be able to help with please.
this displays upcoming events but it does not show an event for the day itself, if you have an event on the 20th and it is the 20th it wont show that event, for us the events are on in the evening so during that day we would still like to show it as being an upcoming event,
i edited this bit from
PHP Code:
$and=" and dateline_from > '".$sdate."'"
to
PHP Code:
$and=" and dateline_from >= '".$sdate."'"
thankyou
Kind Regards
Carl