Quote:
|
Originally Posted by Zester
some info I read (mentioned here already):
1) any redirection like:
header (location: something);
gives a 302 unless specified otherwise
2) most trading scripts today use 302
|
In the scripts I code for my sites I use the following:
header("Refresh: 0; URL=http://blahblahblah");
That prevents a 302.
.