PHP Parse error: parse error, expecting `','' or `')'' …what to do?

Dabesweenda

New Member
\[code\]session_start();if(isset($_SESSION['username'] = $myusername)){header("location:main_login.php");}?><html><body>Login Successful</body></html>\[/code\]On runnig this I get the error\[code\]Parse error: parse error, expecting `','' or `')'' in C:\wamp\www\a\l\login_success.php on line 4\[/code\]Can someone help me out with this one, ?
 
Back
Top