View Full Version : How to get this work?
Ahmult
10-08-2005, 04:27 PM
Here is the file for log in and register page. But When I try to register, it doesnt work. DO anyone know what's wrong?
Freon22
10-08-2005, 09:47 PM
From the looks of your last post, I don't think I would download and unzip any file you have posted until you explain what you are trying to do. Also you can just copy your code here and we can see it without downloading it.
Bullschmidt
10-13-2005, 04:50 AM
I'd say try to test it each step of the way. For example are the field values from register.asp really being passed over to registered.asp?
In registered.asp you could put something like this:
'!!!
Response.Write "firstname: " & firstname & "<br><br>"
Response.Flush
Then perhaps try inserting a few characters of text instead of variables perhaps to see if that works.
In other words try to isolate the problem so then you can deal with it...
vBulletin® v3.8.2, Copyright ©2000-2010, Jelsoft Enterprises Ltd.