Hi all, Can anyone suggest the best way to go about this. Let's assume i have an index.php page on the following directory: http://localhost/pm/admin/index.php This index.php contains an include like so:
include ('http://localhost/templates/top_title/index.php');
How do i go about passing a session variable to this top_title/index.php page? I have registered a session in the http://localhost/pm/admin/index.php page but can't pass it or any variable for that manner to the http://localhost/templates/top_title/index.php
Cheers.
don't include via web, use relative or absolute paths instead