Link a registration page to SQL database

SCIS

Active Member
Licensed User
Longtime User
Hello,

Did someone know how i can link my registration page with username, pasword and email to an SQL database?
When i press on the button i will get the information filled in on the registration page automatically saves in the sql database.

How can i do this? Or has someone an example?

Thanks
 

sorex

Expert
Licensed User
Longtime User
what SQL database are you refering to?

MSSQL, MySQL, SQLite or a local SQLite database?
 

sorex

Expert
Licensed User
Longtime User
do a search for it. you'll get atleast 2 methods than you can use.

a straight method (which I never tried) and a middleware one where a webserver is delivering the data for you via pages (php/asp/...)
 
Top