Re: Auto-moving to another webpage -
14-01-2004
also, last i looked, you don't even technically need the die() there - just make sure the header() is before any output on the page (as headers are sent before content, and thus any content locks in the current headers)
|