Here's my problem... I'm trying to assign the output of the include function to a variable. All I get is the status code if I go like: [tt]$var = include("filename"[/tt]. $var is 1 at this point. I'm thinking there's some operator that will redirect the output like: [tt]include("filename" ?? $var[/tt]. This should change standard output to $var instead of the html source, but what is the redirector (??)? Any help would be very appreciated. Thanks, Matt