PHP Question
PHP Question
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- Mimio0
myNav = $_GET['nav'];
This will place the GET variable into a new variable to be evaluated on the current page.
myNav = $_GET['nav'];
This will place the GET variable into a new variable to be evaluated on the current page.