select pictures and show selected

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • big E

    select pictures and show selected

    Ahoy

    I need to make a webpage (php) where users can select some
    excercises(with picture) out of 40, and then display a page with only
    the selected excercises (with their picture) that you can print.
    I'm relatively new to php and was wondering if anyone could help.
    Thanx in advance

    E
  • Brian

    #2
    Re: select pictures and show selected

    big E wrote:
    [color=blue]
    > I need to make a webpage (php) where users can select some
    > excercises(with picture) out of 40, and then display a page with only
    > the selected excercises (with their picture) that you can print.[/color]

    You'll probably want to set up a database with the 40 exercises and the
    pictures that go with each. Use php to connect to the db and show a list
    of all 40, or show only 1 with text and picture. Use css to tailor the
    print out.
    [color=blue]
    > I'm relatively new to php[/color]

    You first need to think about the db.

    --
    Brian (remove ".invalid" to email me)

    Comment

    Working...