Help for this page

Select Code to Download


  1. or download this
    print "Content-type: text/html\n\n";
    print "<html><head><meta charset=\"UTF-8\"></head>";
    print "p_sAction: #" . $p_sAction . "#<br>";
    
  2. or download this
    if ( $p_sAction eq $aText{'1460'} ){
    } else {
    }
    
  3. or download this
    # Benutzer löschen
    print "#$p_sAction# eq #$aText{'1530'}#<br>";
    if ( $p_sAction eq $aText{'1530'} ){
      print "HELLO WORLD<br>";
    }