// Veranderen in header|image|footer, zodat b.v wz-kaarten in omhullende tabel kunnen voor afwerking... //error_reporting(0); $pos = strpos ($QUERY_STRING, "|"); if ($pos === false) { $url = $QUERY_STRING; $omschrijving = ""; } else { $url= substr ($QUERY_STRING, 0,$pos); $omschrijving= substr ($QUERY_STRING, $pos+1); } $size = GetImageSize ($url); ?>