Mobile app version of vmapp.org
Login or Join
Lengel546

: PHP Image Gallery without javascript I am looking for a simple PHP gallery with the following characteristics: Pure PHP HTML CSS SQL Excludes JavaScript Handle Subcategories Easily customizable I

@Lengel546

Posted in: #LookingForAScript #PhotoGallery #Php

I am looking for a simple PHP gallery with the following characteristics:


Pure PHP
HTML
CSS
SQL
Excludes JavaScript
Handle Subcategories
Easily customizable


I have tried to search, but I find only with JavaScript or Ajax.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Lengel546

2 Comments

Sorted by latest first Latest Oldest Best

 

@Frith620

Here is a link to PHPAlbum, which make no use of anything except PHP (comes with an installer or the regular files to upload yourself)

phpAlbum website there is also a demo site

Now if you're not completely against tiny bits of JS you have this tutorial (link) to create a simple pics gallery with PHP, but effects around pics are added from the loaded JS lib (which you can avoid and use the PHP code only)
Have fun

10% popularity Vote Up Vote Down


 

@Heady270

you could use a mysql database to store the location of the images on your ftp server. then use php to get the rows of the database and echo them out using a while statement.

you can either look into it further.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme