It says in books etc that I shouldn't use header function after data has been sent to the client. What if I want to forward some info to another webpage after recieveing some of it from the user. How do I do it if I can't do it with the header function? or Can I?