Creating a dynamic photoalbum in php without using any tool

khushboo goplani

khushboo goplani

@khushboo-goplani-OhkHhQ Oct 20, 2024

Hello frndz,
I want to create a dynamic photogallery segment in php .
The basic requirements of my client is to create the albums ,insert some images into that album and delete and edit it as and when required.
i dont want to use any of the tool.
i want to use php in which i willbe storing all the images and fetching from mysql and displaying it on the webpage.

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Kaustubh Katdare

    Kaustubh Katdare

    @thebigk Feb 11, 2013

    A little more insight on the requirement would definitely help. Do you want to offer the user facility to upload images and then form them into groups or show as thumbnails so that when the user clicks on them; a bigger version of the image is shown?

    Didn't get the 'without using any tool' part.

  • khushboo goplani

    khushboo goplani

    @khushboo-goplani-OhkHhQ Feb 11, 2013

    The_Big_KA little more insight on the requirement would definitely help. Do you want to offer the user facility to upload images and then form them into groups or show as thumbnails so that when the user clicks on them; a bigger version of the image is shown?

    Didn't get the 'without using any tool' part.

    actually there are many s/w tools available to create photogallery for the website but i dont want to use it.actually the admin(client) will upload the images and wants to manage the photogallery segment and my client only wants the users to view those albums and like them .Yes, i also want the facility for my images as mentioned by you in d reply.....

  • khushboo goplani

    khushboo goplani

    @khushboo-goplani-OhkHhQ Feb 12, 2013

    Reply me soon

    khushboo goplaniactually there are many s/w tools available to create photogallery for the website but i dont want to use it.actually the admin(client) will upload the images and wants to manage the photogallery segment and my client only wants the users to view those albums and like them .Yes, i also want the facility for my images as mentioned by you in d reply.....

    Reply me ASAP.

  • Whats In Name

    Whats In Name

    @whats-in-name-KdgM7o Feb 18, 2013

    -First write a code for copying images uploaded by admin to a folder in server.This code will let admin copy files to server from any computer.
    -Next,you need to save only the uploaded files to database.
    -After that,you need to write a code for fetching the files from database and displaying the files to the website.

    If you need any help in coding part,I will surely try to sort it out.

  • Anoop Kumar

    Anoop Kumar

    @anoop-kumar-GDGRCn Feb 18, 2013

    learn basics of jQuery and then use this

    <a href="https://www.google.com/search?q=jquery%20dynamic%20image%20gallery" target="_blank" rel="nofollow noopener noreferrer">jquery dynamic image gallery - Google Search</a>

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Mar 21, 2013

    Hi Khushboo

    Your requirements are so basic, that any php developer who had dedicated at least 2 weeks on php can easily implement it

    Did you try it, if so then you can easily implement it

    Thanks