What is the best way to pass variables from script to script? At first I thought use global was the solution. But after trying, and reading more, it seems that global variable aren't working. I read the script archive, and found someone who suggested using cookies. The problem I'm having with this is I keep getting this error:
Warning: Cannot add header information - headers already sent by (output started at /start_page.php:7) in /home3/www/bctex/allsport/testsite/stu_reg_process.php on line 16
I guess I don't really understand how to use cookies. The book I read says I can't send cookies after I've output html info to the user, but, if that's the case, how can I ever get information from a form, and make it global from a variable. Since a form is output...
Please Help!!!!