Fehlertyp:
Kompilierungsfehler in Microsoft VBScript (0x800A0411)
Name erneut definiert
/verify.asp, Zeile 2, Spalte 25
Dim email, pass, action, db, the_date
verify.asp:
- <% Dim email, pass, action, db, the_date
- email = request.form("email")
- pass = request.form("pass")
- action = request.form("action")
- Set db = Server.CreateObject("ADODB.Connection")
- db.open conn
Wer kann mir helfen?
Danke Fishli