Search results

  1. vaulient2

    paginating doesn't work?

    Ugh could you help me out on this , I'm still learning this stuff
  2. vaulient2

    paginating doesn't work?

    It does work , but it doesn't paginate http://prntscr.com/11o6y5 but only to add another similar box in the box itself
  3. vaulient2

    paginating doesn't work?

    Cleaned up code <?PHP $p1 = 3; $pages = mysql_query("SELECT COUNT(id) FROM cms_comments"); $p2 = ceil(mysql_result($pages, 0) / $p1); $page = (isset($_GET['page'])) ? (int)$_GET['page'] : 1; $start = ($page - 1) * $p1; if(mysql_num_rows($getComments) == 0) { echo "No comments for...
  4. vaulient2

    paginating doesn't work?

    Omg guys , thank you the page works , but now I get this http://prntscr.com/11o5ua ,it won't show the comments and paginate? The code is supposed to be liek that , isn't it? I went through a few tut's on phpacademy
  5. vaulient2

    paginating doesn't work?

    Hmm could be , any idea at where?
  6. vaulient2

    paginating doesn't work?

    Here is my code <?php $getComments = mysql_query("SELECT * FROM cms_comments WHERE article = '".filter($_GET['id'])."' ORDER by id DESC"); ?> <div class="habblet-container "> <div class="cbb clearfix notitle "> <div id="article-wrapper"><h2>Comments <?php echo mysql_num_rows($getComments)...
  7. vaulient2

    Seting up X4B DDOS Protection

    1st Step: You will want to purchase a proxy from the DDOS range, these can be found: DDOS Protection :: X4B. These servers are located in the US and are ideal for US based emulation servers. When buying the DDS protection you will be guided to a popup which would option you to enable SSL and...
Top