Page 1 of 1

headers

Posted: Fri Mar 24, 2006 11:09 pm
by geeshan
Sorry for the subject. Actually I dont know how to name it, I'm very much new to php
By the way, this is my problem.

<td width="54%"><font color="0D52C5"><strong><a href="count.php"?ID=5 >

how I get the value of ID in the next page

And when I use this coding ,

header ("Location : http://svrmlb/webhost4/dit3m2-0611/ec/ec project/articles/aa.doc");

it give me this,
Warning: Cannot modify header information - headers already sent by (output started at E:\4thYear\dit3m2-0611\ec\ec project\count.php:8) in E:\4thYear\dit3m2-0611\ec\ec project\count.php on line 10

how do I fix this.

many thanks
Geeshan

Posted: Fri Mar 24, 2006 11:14 pm
by feyd

Re: headers

Posted: Sat Mar 25, 2006 12:16 am
by s.dot
geeshan wrote:how I get the value of ID in the next page
$_GET['id']