you can send a Location header this way:
header("Location: some-php-page.php");
hth
Marc wrote:
I'm pretty new in PHP-coding but I did some Coldfusion coding so I'm familiair with the Fusebox-model. In CF you can jump to another index-file leaving the currently declared variables/ functions in order to include a new app_locals/app_globals. In CF this is done with the <CFLOCATION> tag. What is the PHP's equivalent? Tanx