> When I run the page this is on, I get a parse error at the line where > function session_open is in the include file (see below) > Any idea why? Thanks
Hmm, it doesn't look like there is any reason why you would be getting an error on that line. Have you tried going directly to that page using your browser? Nothing will actually occur and you'll should see nothing but at least it'll tell you if the error is really with this include file or in the file that is calling it. There could be a missing curly brace or some thing in the calling file and PHP is saying there is an error in the included file when, in fact, it isn't. This has happened to me sometimes. It might be the case for you. Chris