|
If Im thinking straight, though maybe not... 5:43AM :P, that header() will return an error. Headers arent meant to be declared before any HTML output on the page, including plain text... Should be an "Error, headers already sent" or something similar error. To fix this, add the header line BEFORE the "echo $link;" line.
|