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 ?> ?? Tijnema -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php