jdimino
10-16-2009, 04:50 PM
Hi Everyone
Can you help me on this parse error? line 953 is the last line.
Parse error: syntax error, unexpected $end in C:\Programmi\My outersite\data_live\www\SEArchive\SEindex1.php on line 953
<? } ?>
</div>
</div>
</td>
<td colspan="3" height="2" bgcolor="#FFFFFF">
<div align="center"><b>
<input type=button onClick="window.open('remoteview1.php?search=<?php echo urlencode(urlencode($_REQUEST['search'])).'&view='.$_REQUEST['radiobutton'];?>');" value="Comparative Analysis" name="button3">
</b>
</div>
</td>
<td width="22%" height="2" bgcolor="#FFFFFF"><?php if($offset + $limit < $resultCount){ ?>
<div align="center">
<input type="button" value="Next 20" onClick="document.location.href='SEindex1.php?search=<?php echo urlencode(urlencode($_REQUEST['search']));?><?php if(array_key_exists('useFilter',$_REQUEST)){echo "&useFilter=true&filter=".$_REQUEST['filter'];} ?><?php if(array_key_exists('radiobutton',$_REQUEST)){echo "&radiobutton=".$_REQUEST['radiobutton'];} ?><?php echo "&offset=".($offset+$limit); ?>';" name="button2">
<? } ?> <!-- END RECORD DETAIL -->
</div>
</td>
</tr>
</table>
</td>
</tr>
<? } // FOREACH RESULT?>
</table>
</td>
</tr>
</table>
</div>
</form>
<div ALIGN="center"></div>
</div>
</BODY>
</HTML>
Can you help me on this parse error? line 953 is the last line.
Parse error: syntax error, unexpected $end in C:\Programmi\My outersite\data_live\www\SEArchive\SEindex1.php on line 953
<? } ?>
</div>
</div>
</td>
<td colspan="3" height="2" bgcolor="#FFFFFF">
<div align="center"><b>
<input type=button onClick="window.open('remoteview1.php?search=<?php echo urlencode(urlencode($_REQUEST['search'])).'&view='.$_REQUEST['radiobutton'];?>');" value="Comparative Analysis" name="button3">
</b>
</div>
</td>
<td width="22%" height="2" bgcolor="#FFFFFF"><?php if($offset + $limit < $resultCount){ ?>
<div align="center">
<input type="button" value="Next 20" onClick="document.location.href='SEindex1.php?search=<?php echo urlencode(urlencode($_REQUEST['search']));?><?php if(array_key_exists('useFilter',$_REQUEST)){echo "&useFilter=true&filter=".$_REQUEST['filter'];} ?><?php if(array_key_exists('radiobutton',$_REQUEST)){echo "&radiobutton=".$_REQUEST['radiobutton'];} ?><?php echo "&offset=".($offset+$limit); ?>';" name="button2">
<? } ?> <!-- END RECORD DETAIL -->
</div>
</td>
</tr>
</table>
</td>
</tr>
<? } // FOREACH RESULT?>
</table>
</td>
</tr>
</table>
</div>
</form>
<div ALIGN="center"></div>
</div>
</BODY>
</HTML>