Stut wrote:
Rick Knight wrote:
Thanks Chris,

That was the problem. Is this new php5? I've used 3 prior php4 version and didn't have this problem.

The default value for short_open_tags was flipped a while back. Might I suggest you read the changelog next time you upgrade to a newer version - it tells you important stuff like that.

The problem people will have is having to go through ALL the PHP5 changes when converting from PHP4. That particular one adds a lot of characters to files on some PHP4 upgrades, where there are lots of <? ?> - so switching it is the quicker fix.

--
Lester Caine - G8HFL
-----------------------------
Contact - http://home.lsces.co.uk/lsces/wiki/?page=contact
L.S.Caine Electronic Services - http://home.lsces.co.uk
MEDW - http://home.lsces.co.uk/ModelEngineersDigitalWorkshop/
Firebird - http://www.firebirdsql.org/index.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to