|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
Setting Application Variables
How do you manage/create application variables in PHP? ColdFusion has the application.cfm page ; ASP has Global.asa ... does PHP provide a page to store application/global wide variables?
Thanks |
|
#2
|
||||
|
||||
|
RE: Setting Application Variables
not in the same way as .asp
$_SESSION variables are global through out the application, or you can declare variables global on a specific page if you want the data available inside a function. PHP does not require declaring variables and also doesn't require defining them by type. |
|
#3
|
|||
|
|||
|
RE: Setting Application Variables
Ok, thank you. I just needed to make sure I wasn't missing an application/variable declaration page; but I think I will create a page w/ all my app variables on it because it makes the application easier to manage.
Thanks again. - L |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Applications > Setting Application Variables |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|
|