Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. andrewEmbassy

    Can I capture an ASP page's output and email it?

    I've got this receipt page that pulls all this info from cookies and databases and forms and stuff, and I want to basically email a copy of that page to the company and the user- and while I could go through and replace every "Response.Write(...." with "emailString = emailString & ...", I was...
  2. andrewEmbassy

    Can't wrap my head around this array/string problem...

    Okay, so here's my issue. I'm working on a shopping cart and we've got it set up so the users cart is a cookie kept on their machine, with they key names being the itemId's and the values being the number of each they've purchased. I'm writing the receipt page that'll have "thank you! your...
  3. andrewEmbassy

    Can't wrap my head around this array/string problem...

    Okay, so here's my issue. I'm working on a shopping cart and we've got it set up so the users cart is a cookie kept on their machine, with they key names being the itemId's and the values being the number of each they've purchased. I'm writing the receipt page that'll have "thank you! your...
  4. andrewEmbassy

    Simple - I want to add all integers in a column.

    first post! I'm a new MySQL user (currently working with ASP), and I'm really loving the flexibility it gives me, but I can't figure out how to do something that seems really simple to me- I've got a column called itemShipping and a list of items that I want to sum- so I was thinking: SELECT...

Part and Inventory Search

Back
Top