hostaddict
11-04-2003, 02:22 PM
Ok, I was able to include my signup page inside my existing html page by using the include() php function. Now I'm trying to get rid of the signup_header.tpl and signup_footer.tpl cos I'm getting the following error message
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/virtual/site1/fst/var/www/billing/ordernow.php:6) in /home/virtual/site1/fst/var/www/billing/signup.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/virtual/site1/fst/var/www/billing/ordernow.php:6) in /home/virtual/site1/fst/var/www/billing/signup.php on line 2
Can someone help? Thanks
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/virtual/site1/fst/var/www/billing/ordernow.php:6) in /home/virtual/site1/fst/var/www/billing/signup.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/virtual/site1/fst/var/www/billing/ordernow.php:6) in /home/virtual/site1/fst/var/www/billing/signup.php on line 2
Can someone help? Thanks