I'm trying to create a registration form where youfill in your details, you are then taken to a verification page where your details are shown to be reviewed, and then you submit to the database. However, when it goes to the verification page, the variable names are displayed rather than their values. I've tried using both echo() and print() to display the variables.
Are there some extra things you have to enter in to the source code for PHP to transfer the variables to the next page?
I can show you the source code if you want me to.