If you have a url string say $url how do you put this in a header command...?


something like,
Code:
header("location: $url");
I wasn't sure if $url with work as it is inside quotes?