Mmmmm - still having problems.
It might have something to do with the way I'm reading the variable I'm passing in the header.
The URL is something like this
www.mydomain.com/view.php?id=1
and the PHP I'm using is:
PHP Code:
$choice = $_GET['id'];
Is that the problem?
P.S. MASSIVELY appreciate your help here by the way ...