Hi,
I've tried searching for similar threads but I don't understand them. Can someone explain how redirects work in PHP?
I've tried using:
header("Location: http://www.bbc.co.uk/");
but get the following error:
Warning: Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\addEvent.php:1) in C:\Program Files\xampp\htdocs\addEvent.php on line 52
TIA