View Single Post
  #1  
Old 03-20-2003, 08:06 AM
 
Jonny Jonny is offline
 

Advanced Member
  
Join Date: Sep 2002
Posts: 67
 

Default Registration Form

Hi Guys

I am currenty messing with the registration form, adding extra input boxes etc..

I have added the extra fields to the database, and also to the update & insert queries in register.php and all the information appears nicely in the database.

problem is now, if i try and add anything to the cart i get the following error

Code:
Warning: Cannot add header information - headers already sent by (output started at /home/sites/site1/web/include/register.php:643) in /home/sites/site1/web/customer/cart.php on line 298

anyone have any ideas?

have i changed something in register.php that i shouldnt have?

Thanks
Jonny.
Reply With Quote