PHP Code:
$input=InputBox("passwort-aufforderung","bitte geben sie das passwort ein","wordspring","#")
If $input="wordpsring"Then
MsgBox(0,"Richtige Eingabe","Sie haben das richtige Passwort benutzt")
Else
MsgBox(0,"FalscheEingabe","@Error password incorrect")
EndIf






