Quote:
Originally Posted by Jimmy C
You can't send headers once they have already been sent. Any HTML output like td or whatever starts headers, so you can't start the session after that (startign the session sends headers)
Cheers!
|
can I start the session before the td somehow?