I tried the header() function it gave this error:
"Warning: Cannot modify header information - headers already sent by..."
What i am trying to do is send variables to another php page without messing with JavaScript to send variables to another page with a form (which doesn't work very well, because javascript and php dont mix)
if I could somehow get the page to send variables though something like the header() (which needs to be called after a bunch of conditional statements, I heard you had to have it before anything else...)
or if someone could help with
ob_start() and ob_end_flush()
and how I could do it correctly that way.