<-- snip --> From: "Chris W. Parker" <[EMAIL PROTECTED]> > The address is: http://mydomain.com/forums/ssi.php?a=active > > The code I'm trying now is: > $_GET['a'] = 'active'; > include('forums/ssi.php');
You're including the parent file in itself. This could be the problem. <--SNIP --> especially if the ssi.php is not a class -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

