|
The include() and require() functions basically copies the code/text from the given address and pastes it where the include was made (look at php.net). I dont know how this statcounter is suppose to be used but I can guarantee that you should not include anything after your redirect. Since the user will be redirected from the page any code after the redirect will not be run.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|