i have on folder called test. Within test there are two folders called problem and the other solution.
At the moment i am in the solution folder and wish to go to the problem folder which has a file called index.php. Porblem is how to I write this.
// doesn't work $test = "\.\index.php";
header("Location: $test");
Thanks