for some reason, whenI use session_register(), my server doesn't let me. It says the session variables are already sent. How would I delay the sending of these variables or send the variable before they are sent. I used session_start() above it. I cannot put the seesion_register() at the top of my php script becuase I need it in an if statement that uses variables from a file.
Thanks in advance!