Jump box for xhtml page

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

    Jump box for xhtml page

    Please help me, i want xhtml jump box..

    #2
    Code:
    if($num_pages>2)
        {
            $rets = "<form action=\"index.php\" method=\"get\">";
            $rets .= "<div><input name=\"page\" style=\"-wap-input-format: '*N'\" size=\"2\"/></div>";
            $rets .= "<div><input type=\"hidden\" name=\"a\" value=\"forum\"/></div>";
            $rets .= "<div><input type=\"hidden\" name=\"index\" value=\"$_GET[index]\"/></div>";
       
            $rets .= "<div><input type=\"submit\" value=\"Go To Page\"/></div>";
            $rets .= "</form>";
    
            echo $rets;
        }
    Visit: Chat4u.mobi - The New Lay Of being a site of your dreams!
    Visit: WapMasterz Coming Back Soon!
    _______
    SCRIPTS FOR SALE BY SUBZERO
    Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
    FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
    _______
    Info & Tips
    php.net
    w3schools.com

    Comment


      #3
      Originally posted by subzero View Post
      Code:
      if($num_pages>2)
          {
              $rets = "<form action=\"index.php\" method=\"get\">";
              $rets .= "<div><input name=\"page\" style=\"-wap-input-format: '*N'\" size=\"2\"/></div>";
              $rets .= "<div><input type=\"hidden\" name=\"a\" value=\"forum\"/></div>";
              $rets .= "<div><input type=\"hidden\" name=\"index\" value=\"$_GET[index]\"/></div>";
         
              $rets .= "<div><input type=\"submit\" value=\"Go To Page\"/></div>";
              $rets .= "</form>";
      
              echo $rets;
          }
      thanks my brother subzero, ur the best

      Comment

      Working...
      X