xmas smilie list error

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    xmas smilie list error

    hi every one i have created a xmas smilies list but its not going to the next page when i upload more than ten smilies it dont give me the option to go to the next page

    thanks to any one else that helps me out

    this is for wapdesire v_2
    Attached Files
    HELP THEM WHO HELPS YOU



    i only work on wapdesire v_2 coding only

    #2
    is the file name smilies244 . if so u need to change this line
    Code:
    $main.="<a href=\"./smilies2.php?page=".($page+1)."&amp;sid=$sid$chatlink\">Next-&gt;</a>\n";
    Wapchat4u


    Topsites4u

    Comment


      #3
      Originally posted by nclemale36 View Post
      is the file name smilies244 . if so u need to change this line
      Code:
      $main.="<a href=\"./smilies2.php?page=".($page+1)."&amp;sid=$sid$chatlink\">Next-&gt;</a>\n";
      its smilies2.php nclemale

      i even tryed

      Code:
      if($page>1){
      $main.="<br/><a href=\"../smilies2/smilies2.php?page=".($page-1)."&amp;sid=$sid$chatlink\">&lt;-Prev</a> ";
      }
      if($page<$num_pages){
      if($page==1)$main.="<br/>";
      $main.="<a href=\"../smilies2/smilies2.php?page=".($page+1)."&amp;sid=$sid$chatlink\">Next-&gt;</a>\n";
      and i also tryed

      Code:
      if($page>1){
      $main.="<br/><a href=\"../smilies2.php?page=".($page-1)."&amp;sid=$sid$chatlink\">&lt;-Prev</a> ";
      }
      if($page<$num_pages){
      if($page==1)$main.="<br/>";
      $main.="<a href=\"../smilies2.php?page=".($page+1)."&amp;sid=$sid$chatlink\">Next-&gt;</a>\n";
      as its in a folder called smilies2
      HELP THEM WHO HELPS YOU



      i only work on wapdesire v_2 coding only

      Comment


        #4
        try this, just edited from naked eye
        Attached Files
        Last edited by crazybrumi; 21.11.09, 23:02.
        Want something coded email me at sales@webnwaphost.com for a prices.




        Comment


          #5
          Originally posted by NickGriffin View Post
          try this, just edited from naked eye

          this is the database i am using
          Attached Files
          HELP THEM WHO HELPS YOU



          i only work on wapdesire v_2 coding only

          Comment


            #6
            it seems like a database error
            Attached Files
            Want something coded email me at sales@webnwaphost.com for a prices.




            Comment


              #7
              Originally posted by NickGriffin View Post
              it seems like a database error
              thanks very much brumi for all ur help
              HELP THEM WHO HELPS YOU



              i only work on wapdesire v_2 coding only

              Comment

              Working...
              X