|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
transferring variables within the address
let's say, for example, i want a specific page heading to be displayed depending on the link that was followed (very hypothetical)...so on one page a user clicks:
"index.php?page=news&heading=header1" to go to the "news" page, and display header #1...now here is my question...lets say that ON the links page a user clicks: "index.php?page=home" to take them back to the main page... how would i keep the same header so that the link would instead be: "index.php?page=home&header=header1"....?
__________________
-Alexander Last edited by Vasarab69 : January 17th, 2003 at 12:36 AM. |
|
#2
|
|||
|
|||
|
PHP Code:
Then you can reference that header 1 with $_SESSION['header1']
__________________
-- Jason |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > transferring variables within the address |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|