Need Code to Accept forms and Print Records

Discussion in 'PHP' started by {S}tep, Oct 30, 2007.

  1. #1
    I'm not new to PHP, but I'm really more of an editor than a Coder.
    I need help with a website I have to create for work.
    I have a form that my users need to be able to fill out. Then another user will come onto the site, pick the record they want to see and print it from the site. I need the record to be printed in a very specific format and I have no idea how to do that.
    I have created the form and linked it to the database, but I don't know how to do the second part. If there is code already out there to do this, or all of it, that would be fine too.
    Can anyone help me?
    Thanks
     
    {S}tep, Oct 30, 2007 IP
  2. Lordy

    Lordy Peon

    Messages:
    1,643
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Confused, can you explain a bit better?

    The part you need help with - you want them to be able to pick something out and have it displayed?

    Are you reading from a database?
     
    Lordy, Oct 30, 2007 IP
  3. {S}tep

    {S}tep Guest

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for responding.
    Sorry I wasn't very clear.
    This is what I need to be able to do.
    1. Allow the user to search the database with a simple search form.
    2. Display a list of results.
    3. The user chooses one from the list.
    4. Display the record in a specific format (Like you can do in the record view with access for example) and allow them to print that one record in the specified format.

    I am working with a mysql database.
    Thanks Again for your help.
     
    {S}tep, Oct 31, 2007 IP