Re: [PHP-DB] Cannot add header information error

2002-12-26 Thread Leif K-Brooks
You can't add headers after you've outputted anything. Without seeing the class page, I'd guess there's a space after the ?. Either remove that or use output buffering. Petre NICOARA wrote: Hi guys I have this error when I tried to use a sign-up form. The thing is that I use some classes for

[PHP-DB] Cannot add header information error

2002-12-25 Thread Petre NICOARA
Hi guys I have this error when I tried to use a sign-up form. The thing is that I use some classes for database interaction, and I respond by return Values; to the functions. Also, in line 18 in page.php I have this Header(Location: page1.php?string=value); The Line 363 marks the class end ?

RE: [PHP-DB] Cannot add header information error

2002-12-25 Thread John W. Holmes
Hi guys I have this error when I tried to use a sign-up form. The thing is that I use some classes for database interaction, and I respond by return Values; to the functions. Also, in line 18 in page.php I have this Header(Location: page1.php?string=value); The Line 363 marks the class