page error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    page error

    hi there i keep getting error on this

    Code:
    }
    if($page>1){
    $main.="<br/><a href=\"1.php?page=".($page-1)."&amp;sid=$sid\">&lt;-Prev</a> ";
    }
    if($page<$num_pages){
    if($page==1)$main.="<br/>";
    $main.="<a href=\"1.php?page=".($page+1)."&amp;sid=$sid\">Next-&gt;</a>";
    }
    $main.="<br/>Page - $page/$num_pages</p>\n";
          $main.=getjumper($action, $sid,"index");
        }
        $main.="</p>";
    this is the error

    Code:
    Parse error: syntax error, unexpected '>' in /home/*******/public_html/1.php on line 88
    line 88 is this
    Code:
    $main.="<br/><a href=\"1.php?page=".($page-1)."&amp;sid=$sid\">&lt;-Prev</a> ";
    thanks to any one that help me with this
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    take
    Code:
    <br/>
    out and try that .
    Wapchat4u


    Topsites4u

    Comment


      #3
      i have tryed that mate but still got the errror

      i think i forgot to say i am trying to get this to work on a wapdesire v_2 script
      HELP THEM WHO HELPS YOU



      i only work on wapdesire v_2 coding only

      Comment


        #4
        remove or replace &lt; in
        Code:
        &lt;-Prev

        Comment

        Working...
        X