Topic: question about header
for the index.php i need to put a piece of javascript in between the <header> and <body> tags, where exactly do i put them in this code? i tried putting it at the very top before the <?php tag, and i made sure to close the script aftwards, but im getting an error whenever i visit the index.php page. i get this at the top of the page:
Warning: Cannot modify header information - headers already sent by (output started at /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/index.php:1) in /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/include/functions.php on line 82
Warning: Cannot modify header information - headers already sent by (output started at /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/index.php:1) in /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/header.php on line 43
Warning: Cannot modify header information - headers already sent by (output started at /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/index.php:1) in /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/header.php on line 44
Warning: Cannot modify header information - headers already sent by (output started at /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/index.php:1) in /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/header.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/index.php:1) in /data/members/free/tripod/uk/x/k/i/xkilliex/htdocs/board/header.php on line 46
what can i do to do this?