Search results

  1. mlowe.space12

    Hosting Account Space Upgrade

    I believe I qualify for a space upgrade as my website agrees with the terms, my account is 7 days old and my disk space is over half full. Thanks!
  2. mlowe.space12

    image hosting suspension

    how would i get unsuspended for image hosting? because i need to get my files back so i can move to another web host.
  3. mlowe.space12

    how to check if there are any more files

    but it's for files aswell it doesn't have to be images
  4. mlowe.space12

    how to check if there are any more files

    in php how do you check if there are anymore files? i got the pagination to work but if the number of files is not a multiple of 4 then 1, 2 or 3 of the files will come up blank at the end because there are no files left. here is my code so far: <?php if(!$_GET['start']) { $start = 0; } else...
  5. mlowe.space12

    php pagination problem

    I got this pagination thing from this forum but there are a few errors. it comes up with First | Last | Last | Last | Last | Last | and i need it to display in 2 columns here is the code: PHP Code: <?php if(!$_GET['start']) { $start = 0; } else { $start = $_GET['start']; }...
Top