Filling form with database info

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Geekware Digital

    Filling form with database info

    Hi there.I have a table with 5 fields for a tour business activity list
    : (1) id -table key (2) name (3)description (4)picture -text link not
    binary(5) country. I would like to create a form that takes all the
    activitys an puts it neatly down on site in checkboxes so user can
    select activtys.this will be linked to form mail.i would like the
    activitys to be seperated by the country they r in???

  • Jeff Gardner

    #2
    Re: Filling form with database info

    Geekware Digital wrote:
    Hi there.I have a table with 5 fields for a tour business activity list
    : (1) id -table key (2) name (3)description (4)picture -text link not
    binary(5) country. I would like to create a form that takes all the
    activitys an puts it neatly down on site in checkboxes so user can
    select activtys.this will be linked to form mail.i would like the
    activitys to be seperated by the country they r in???
    >
    Check out http://www.webmonkey.com/webmonkey/99/21/index2a.html

    (use 'ORDER BY xxx' in your query to output data ordered by xxx. MySQL
    sorts ASC by default)

    --

    Regards,

    Jeff Gardner
    _______________ ____________

    "Contrary to popular belief, Unix is user friendly. It just happens
    to be very selective about who its friends are." --Kyle Hearn

    Comment

    Working...