I´ve a big problem with the session variables. I load audio files into
media player using as src a php script that check some session
variables and then load the audio file, something like that
<mediaplayer src="displayfil e.php?filename= myaudiofile.mp3 ">
but in the script displayfile.php , I cannot access to the session
variables. Is there a way to see the session variables in the example
above?
Thanks in advance!
Fran García
media player using as src a php script that check some session
variables and then load the audio file, something like that
<mediaplayer src="displayfil e.php?filename= myaudiofile.mp3 ">
but in the script displayfile.php , I cannot access to the session
variables. Is there a way to see the session variables in the example
above?
Thanks in advance!
Fran García
Comment