Jump to content

Syntax problem


Skipjackrick

Recommended Posts

Do any of you see a problem with this?

 

For some reason I continue to get an error unexpected '{' when i add the following code.

 

<?php
if( $anglerId != $_SESSION['anglerId'] OR !isset($_GET['currentpage'])
{
//Update profile views
    $prfviews = "UPDATE anglers 
            SET profile_views = profile_views + 1 
            WHERE anglerId = $anglerId
           ";
    $prfview = mysql_query($prfviews) or exit(mysql_error());
}
?>

 

 

Link to comment
https://forums.phpfreaks.com/topic/189920-syntax-problem/
Share on other sites

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.