Here is the code:
It's making me blind. Can someone help me please? I see one single quote. But I don't know where to add the other one.
<li class="<?php echo ($_SESSION[" m="" ]="=" 'home="" ?="" active="" :="" )="">"> <a href="index.php">Home</a></li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'bio="" ?="" current="" :="" )="">"> <a href="bio.php">Bio</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'appointment="" ?="" current="" :="" )="">"> <a href="appointment.php">Appointment</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'services="" ?="" current="" :="" )="">"> <a href="services.php">Services</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'gallery="" ?="" current="" :="" )="">"> <a href="gallery.php">Gallery</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'promotions="" ?="" current="" :="" )="">"> <a href="promotions.php">Promotions</a> </li>
It's making me blind. Can someone help me please? I see one single quote. But I don't know where to add the other one.
<li class="<?php echo ($_SESSION[" m="" ]="=" 'home="" ?="" active="" :="" )="">"> <a href="index.php">Home</a></li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'bio="" ?="" current="" :="" )="">"> <a href="bio.php">Bio</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'appointment="" ?="" current="" :="" )="">"> <a href="appointment.php">Appointment</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'services="" ?="" current="" :="" )="">"> <a href="services.php">Services</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'gallery="" ?="" current="" :="" )="">"> <a href="gallery.php">Gallery</a> </li>
<li class="<?php echo ($_SESSION[" m="" ]="=" 'promotions="" ?="" current="" :="" )="">"> <a href="promotions.php">Promotions</a> </li>