bah. i've been dabbling with php for a few months on and off and have only just discovered constants.
very useful. 
i was expecting this to work but it doesn't....
i've also tried
but that didn't work either. as you can tell i have no idea what i'm doing. is there anyway i can get this to work?


i was expecting this to work but it doesn't....

Code:
define(PAGE, 'blah.php');
....
header("Location: PAGE");
i've also tried
Code:
header("Location: '.PAGE.'");
but that didn't work either. as you can tell i have no idea what i'm doing. is there anyway i can get this to work?
