Where in the code is redirect.html called? Specifically, when someone signs up and needs to pay, it displays redirect.html prior to going from signup.php to cc.php. The reason I ask is because I need to display a different header for certain users. I've accomplished this easily for all other pages using simple if statements, but I've tried a whole bunch of if statements within redirect.html and they aren't working because there doesn't seem to be anything defined within there (the variables that would classify the user for me). I've even tried defining the variables on both signup.php and the cc.php. So this redirect seems to be coming from a black hole So it seems like I need to do the if within whatever script is calling redirect.html for display between the signup and the cc page and just call in redirect1.html or whatever. If anyone knows where redirect.html is called in this setting, I would appreciate it.