Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-16-2009, 04:50 PM   PM User | #1
jdimino
New Coder

 
Join Date: Dec 2005
Posts: 50
Thanks: 0
Thanked 0 Times in 0 Posts
jdimino is an unknown quantity at this point
parse error

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



PHP Code:
 <? ?> &nbsp;
                                                        </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 -->&nbsp; 
                                                    </div>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr> 
                                <? // FOREACH RESULT?> 
                            </table>
                        </td>
                    </tr> 
                </table>
                
    </div>
        </form>
        
  <div ALIGN="center"></div>
    </div>
</BODY>
</HTML>
jdimino is offline   Reply With Quote
Old 10-16-2009, 05:22 PM   PM User | #2
met
Regular Coder

 
Join Date: Oct 2009
Location: United Kingdom
Posts: 728
Thanks: 4
Thanked 119 Times in 119 Posts
met has a little shameless behaviour in the past
needs moar code

but that means that your { } on If/else/for/while/loops are off. You are either missing one or have one too many.
met is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:31 AM.


Advertisement
Log in to turn off these ads.