im tying to include a header and pass a variable to the header when it is called how do i encapulate the variable within the include, have tried the likes of
include 'header.php?header='$header'';
but havent had any luck
any ideas??
You should simply declare the variable before using include()