lse123
03-03-2009, 07:35 PM
error below appears in the line 1502, where may be the problem ? appear when add $a2 & $_SESSION['a2'], where are the same values, and get values from a form(dynamically appear a2 textbox when a select box is in selectedIndex=3)...
line 1502: <td> <?php echo date("H:i l F dS, Y", $dated); ?> to <?php (isset($_SESSION['a2'])) ? echo "$Locationd ($a2)" : echo "$Locationd"; ?></td>
Parse error: syntax error, unexpected T_ECHO in /home/content/p/o/l/polisch123/html/quote/quote1a-acc-comments.php on line 1502
line 1502: <td> <?php echo date("H:i l F dS, Y", $dated); ?> to <?php (isset($_SESSION['a2'])) ? echo "$Locationd ($a2)" : echo "$Locationd"; ?></td>
Parse error: syntax error, unexpected T_ECHO in /home/content/p/o/l/polisch123/html/quote/quote1a-acc-comments.php on line 1502