Results 1 to 2 of 2

Thread: ASP/Access database project - help needed please

  1. #1
    Join Date
    Nov 2005
    Location
    Darlington, UK
    Posts
    32

    Post ASP/Access database project - help needed please

    Hi,

    I was wondering if anyone could help me. I am building an online shop site and need to implement a system where the store owner can upload products. To do this I will be using ASP.

    I need a page where the client can log in. From there they can enter a product name, product description, product ID (the primary key field), category, path to relevant product image, price (in Pound Sterling), and a field to copy-and-paste HTML code to generate the "Add to basket" button (this store will be powered by PayPal).

    I also need help on implementing database data on pages. I want a page for the separate categories (i.e. http://www.domain.com/category.asp?id=avp) which will display all products in that particular category. When you click on a product, it will then show you the details for that particular entry on another page (i.e. http://www.domain.com/product.asp?id=001) where "001" is the primary key number of the relavant product.

    Also on the homepage will be latest product - obviously pulled from the database using some "implement latest entry" technique.

    If anyone could help me doing so then I would be ever so grateful, whether it's helping me with a little bit of coding or pointing me to a really useful tutorial on the Internet. If someone opts for the former then there will be cash payment.

    Waiting in anticipation,

    Martin

  2. #2
    Join Date
    Jan 2006
    Location
    Manchester England UK
    Posts
    225
    I'd be happy to help but but what part do you want help with?
    Have you made a start or are you clueless as to where to begin?

Posting Permissions

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