Variables wont carry through includes
I am setting a variable on my index.php and including the page "includes/navright.php".
The page is included and working, but when I call that variable from inside the navright.php page to show it's information, it comes out as blank.
This is happening everywhere and anywhere. Why????
Please help - it is REALLY frustrating me.
It was working fine before, until I started changing some stuff.
I used to have $BASEDIR containing my root url to save me writing it all out, then I decided not to, and changed all the $BASEDIR to the url itself because sometimes it wasn't working. And now - it just wont carry any variable through an include.