Results 1 to 3 of 3

Thread: Addentry

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    Does anyone have a little asp script that lets you add to a database 1 or 2 fields will do, then show you they database contents you've just added..

    I have a script that does just that but when i go to reload the page to view mode i get the http headers already posted crap... i'm baffled as to what i'm doing wrong.


    Many thanks
    "Life isn't about finding yourself. Life is about creating yourself."
    --George Bernard Shaw

  2. #2
    Guest
    If you set Response.Buffer = True, then you won't get the http headers already posted crap

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    Yep, i know... i had a little flag problem..

    used in the end was for those interested..

    Start: Response.buffer = true

    end: Response.Clear
    Response.Redirect("where ever")


    Cheers all
    "Life isn't about finding yourself. Life is about creating yourself."
    --George Bernard Shaw

Posting Permissions

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



Click Here to Expand Forum to Full Width