|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hi every one
I have project I need to make the value of $_SESSION[] available for function in another php file can any one me to fix my problem I will be thank full Best Salim |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
..oO(sahm)
>I have project I need to make the value of $_SESSION[] available for >function in another php file >can any one me to fix my problem $_SESSION is a superglobal array, it's available from within any function in any script. Just make sure that you call session_start() at the very beginning of _every_ page to open the session. After that you can simply access the data. Micha |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Feb 16, 7:24 pm, Michael Fesser <neti...@gmx.de> wrote:
> .oO(sahm) > > >I have project I need to make the value of $_SESSION[] available for > >function in another php file > >can any one me to fix my problem > > $_SESSION is a superglobal array, it's available from within any > function in any script. Just make sure that you call session_start() at > the very beginning of _every_ page to open the session. After that you > can simply access the data. > > Micha Dear Micha Thank you for your Best Salim |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
..oO(sahm)
>Dear Micha >Thank you for your >Best Salim You're welcome. Micha |
|
![]() |
| Outils de la discussion | |
|
|