Is it possible to pass details to the next page using header? I've tried the below but it doesn't work, any help would be great cheers [php header('Location:useradmin.php?id=$id'); [/code]
Thats sorted now I used this
header("Location:useradmin.php?id=$id");