Results 1 to 3 of 3

Thread: PHP Photo gallery

  1. #1
    Join Date
    Apr 2006
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question PHP Photo gallery

    I am having this school project in which I have to come up with somekind of ... really simple php script for a web gallery. All it has to contain is somekind of possibility of uploading the photos, and switching between them. and maybe ... a " click here to buy " link. So if anyone has any idea ... I would be gratefull...

  2. #2
    Join Date
    Apr 2006
    Posts
    6
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    A mySQL database is probably needed, unless you want to store the data in .txt files. Then you can have a page to get the filenames of the images out of the database and display 10 or something on each page, with links to go forward or back a page.
    The 'buying photos' is a complication because it means you'd have to stop them from viewing the actual image (only show them thumbnails?) until they'd paid.
    Just a few ideas, since that's what you wanted...
    Link: php.net docs on uploads

  3. #3
    Join Date
    Apr 2006
    Posts
    41
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Uhmm ... I was actually talking about ... ordering prints. Sorry, it seems I haven't been clear enough. And ... no I do not have that much experience in mySQL ... I am starting to learn just about now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •