Jump to content
LemmeCheck.Info

Search the Community

Showing results for tags 'arylia'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Peer to Peer Script Help
    • Arylia
    • TGPX

Calendars

There are no results to display.

Categories

  • Arylia Documentation
  • Blogs Automater Docs
  • Blogs Organizer Docs
  • TGPX Documentation

Categories

  • Business Resources
  • Webmaster Resources

Blogs

  • Opinions and Editorials

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Found 1 result

  1. Hi, i would like to add a pagination on arylia galleries, i have a php file that query all galleries from the sql, but now its more than 650 galleries and i would like to limit 60 galleries per page, can you guys help me out please? thank you, Sam the code im using is: mysql_connect($db_host, $db_user, $db_pass); mysql_select_db($db_db); $galsResult = mysql_query("SELECT galleryUrl, galleryName FROM $gal_table ORDER BY createDate DESC"); while($thisGallery = mysql_fetch_assoc($galsResult)) { ?> <a href="<?= $thisGallery["galleryUrl"] ?>" target=_blank"><img src="<?= substr($thisGallery["galleryUrl], 0, strrpos($thisGallery["galleryUrl"], "/")) ?>/thumbs/preview.jpg"></a> <? } ?>
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use, Privacy Policy, and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. policies