Does php3 require <?php instead of just <? beginning tag? I am having a problem and I cannot upload the file myself to test.
depends about configuration look in `php.ini'
in any case is not a good habbit to write just `<?', use <?php' are alaways OK.
PM