View Single Post
  #3 (permalink)  
Old 27-02-2008, 22:11
MortimerJazz MortimerJazz is offline
Member
 
Join Date: Nov 2007
Posts: 49
Default

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 ...
Reply With Quote