I have a database in that database I have an attribute called url where the url of each page are stored ..
What I want you know and if you can, is to put that URL in the Header
Example.
$Url=$fetched_row['Url'];
header("Location:$Url");
I would like to know if you can and how is the code. Greetings ...