Results 1 to 4 of 4

Thread: Response.End for PHP

  1. #1

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141

    Thumbs up Response.End for PHP

    I am an ASP developer, so I relate everything to ASP. I am trying to teach myself PHP. Is there something in PHP that does the same as Response.End in ASP?
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

  2. #2
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    without knowing what Response.End does exactly i'd have to guess something like
    PHP Code:
    exit; 
    but don't count on it

  3. #3
    PowerPoster
    Join Date
    Jul 1999
    Posts
    5,923
    Ahh
    response.end which effectively halts a script in it's tracks.
    so I was right

  4. #4

    Thread Starter
    Frenzied Member blindlizard's Avatar
    Join Date
    Feb 2001
    Location
    Austin, TX - United States of America
    Posts
    1,141
    Yeah, I guess if I am asking PHP people, I should explain ASP stuff.
    Exit is just what I needed thanks
    I drink to make other people more interesting!
    [vbcode]On Error GoTo Bar[/vbcode]
    http://www.monsterlizard.com

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