Web Analytics Made Easy -
StatCounter Die command in asp - CodingForum

Announcement

Collapse
No announcement yet.

Die command in asp

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Die command in asp

    Hello,
    What is equivalent of the Die command in php for asp?
    die("script terminated")
    Thanks

  • #2
    hmmm .. there might be a few - what exactly does the die command do in PHP (I'm a newbie to PHP)??

    Does it kill a script, the sessoin, the application, connection, etc.?

    ~Quack

    Comment


    • #3
      It would kill the script.

      Comment


      • #4
        Response.End
        does this sig match?

        Comment

        Working...
        X