On Fri, 2007-05-18 at 22:31 +0200, Tijnema ! wrote: > On 5/18/07, Robert Cummings <robert@xxxxxxxxxxxxx> wrote: > > On Fri, 2007-05-18 at 16:20 -0400, Jason Pruim wrote: > > > On May 18, 2007, at 4:12 PM, Tijnema ! wrote: > > > > > > >> > > > >> > > > >> Thanks in advance for helping me through my obvious friday afternoon > > > >> brain fart... > > > >> > > > >> > > > > I guess you forget that defaults.php is a php file and needs to start > > > > with <?php and end with ?> > > > > > > > > Tijnema > > > > > > Well there it is... The Brain fart... Or misunderstanding... I > > > thought since I was calling it within another php script that I > > > didn't have to include the <? ?> tags? Obviously I was wrong... > > > > You don't need to close the PHP context with ?> > > > > PHP does it for you when it hits the end of the file... this is a > > feature. > > > > Cheers, > > Rob. > > Yes, it does, but well, doesn't it look nice an ending ?> ?? Mostly, it looks like a dangling piece of rubbish. I never add the closing ?> on a source-only file. And since I never mix code with content... I never see ?> in my files *grin*. The code generated by the template compiler has the appropriate closing tags though... and of course since it's generated, it's a run-time soup of HTML and embedded PHP code :) Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php