Hi! i think i've got a problem with my php configuration. the problems appears on the administration site of my plogger installation. after i log in, every page shows a bunch of php code at the top. i'm working locally on windows, and i'm very sure this problem has to do with my php configuration... anyone knows whats the problem i have?
by now, i've discovered that the problem has to do with the php tag that ends the script. in the file /lib/exifer1_4/exif.php there's a '>' in the line 336, and because of that character, the rest of the script is ignored and written out as html. so, is this a problem in the php or apache configuration?
the problem was that the short_open_tag attribute in the php configuration was off, but the exif.php script needs it to be On, because it uses <? ... > as start/end tags