Hi, I'm a web development newbie. I was wondering if this was possible:
Say there's a page where you submit a value in a form, and when you click submit it links to another page. Then that page links to a few more pages. Would you be able to retrieve (and print) the value you submitted in the form on the first page from a page that's not directly connected to it? Would using cookies or sessions work? I'm not sure where to start.