Using PHP, if I want to have the visitor click on their selected item, is it possible to have the name of that item passed to another page through the hyperlink?
Asked
Active
Viewed 230 times
-9
-
12This question is off-topic because it is asking about **possibilities** and **is not a concrete coding question**. If you want to know if something is possible you should **research it** and **attempt to implement it**. If you have issues while doing this you then can ask a **specific** question, **showing the code you have written**, your expected results, and your actual results. – John Conde Apr 08 '14 at 13:03
1 Answers
1
It's possible and is a fundamental concept of php (and other web technologies). Consider php manual on $_REQUEST, $_GET and $_POST.
You can find concrete example of usage from stackoverflow here, especially second part of the accepted answer should be interesting for you.

Community
- 1
- 1

mareckmareck
- 1,560
- 13
- 18