Jump to content

[SOLVED] Parse error: syntax error, unexpected '{'....


nathanmaxsonadil

Recommended Posts

I'm getting this error

Parse error: syntax error, unexpected '{' in /home/mydir/public_html/myfile.php on line 48

when I run this code

if($_SESSION['loggedin'] == true) {
if($_SESSION['email'] == base64_decode($_GET['need']) {

I can't find any error's in it

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.