> Our messaging has always been to use <?php for PHP files, <? with view > scripts.
Hm... Ok, that must have escaped me, but it didn't pose too much of an obstacle for me after figuring the error-messages out. > Most likely, you've got magic_quotes_gpc enabled on your server. You can > verify this by checking it in a script: *Head->Table* Ok, I really feel stupid now. I never would have thought that this flag would be set, so it never occured to me to check it. Thanks for reminding me of magic_quotes_gpc which was, indeed, turned "on". And thanks for giving me a hint for possible work-arounds. Now I can start writing real applications. :) Happy Holidays, Jan -- View this message in context: http://www.nabble.com/Automatically-quoted-text-in-QuickStart-guestbook-tp21149166p21156605.html Sent from the Zend Framework mailing list archive at Nabble.com.
