Hi, I need to make a registration page to my Private Silkroad server on my website, and it works with SQL Server 2012.
I'm not really into PHP neither SQL, just figuring it out with poor online guides on the web about it, and I didnt find any help with this. These are the requests I need to ask the users who wants to register:
user ID *REQUIERED*
Password *REQUIERED* *MUST MATCH*
Repeat Password *REQUIERED* *MUST MATCH*
Valid Email Address *REQUIERED*
These are the DB Info:
Database: SRO_VT_ACCOUNT
Table: dbo.TB_User
column name for "User ID": StrUserID
column name for "Password": password (IT HAS TO BE STORED WITH MD5 ENCRYPTION!!!!)
column name for "Email": Email
Well...this is all i think. DB Server IP and PW i dont have them right now because we are moving the files to other server.
Can be possible to make a "Validate Email Address" ? I dont know how to do that neither.
Thank you so much for your cooperation and help!!!
ps: I know that a lot of people will see this article since there's no information around the web. So if I got this done I can help anybody who needs it. Just find me around the web with my nickname :). lord0o.
Here is a pic of the DB: