How to post to another php page when it already posts to itself?

?pathtotake?

New member
I have a page that posts to itself, I then need something like
if something happens then
header ("location: page1.php")

But this still doent work, it carried on posting to itself regardless of what happens
 
Back
Top