Hi all. I got a php script that i want install it on local apache webserver with php 5 . When i run it i get this error :
It points to this line of code that is at very end of this cript
could an expert help me fix this error.Thanks
Code:
Fatal error: Cannot use object of type Session as array in line ..
It points to this line of code that is at very end of this cript
Code:
// Create Class
$mymusic = new Music($_GET['action'], $session['username']);
?>
could an expert help me fix this error.Thanks