Forum Moderators: coopster
Page one has a title and some stuff, and a link to page two.
Page two has a form for the user to fill in and submit.
Page one is different – it depends on which one the user chooses.
Page two is the same page – it is linked from all the different page ones.
To be certain of where the user came from, I would like to call a variable called $title from page one onto page two.
Any help would be greatly appreciated.
Regards,
Tom.
The url was index.php?get=folder/page.php&title=name
And it worked. However! This link is a global link and is used everywhere on all the one pages. Is there any way I can set it to call the title rather than pre-write it?