Jump to content

Getting a syntax error I have never encounted before


JudgementDay

Recommended Posts

I am getting syntax error, unexpected T_BOOLEAN_OR, expecting ',' or ')' with this line, and wondering if anyone knows why?

 

if (isset($_SESSION['order']['customerlastname'] || $_SESSION['order']['deliveryservice'] || $_SESSION['order']['paymentmethod'])) {
echo ' | <A class="silver" href="/order/" style="text-decoration: none">ORDER</A>';
}

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.