Emiliano Posted June 7, 2014 Posted June 7, 2014 Hi Here is a simple project to show how to build a login form I used Zeos Lib to acces the database and MySQL. in this case. Also i made all forms to fit a smartphone with 480x320 screen. Here is the SQL command to create the users table: DROP TABLE IF EXISTS `tbluser`;CREATE TABLE `tbluser` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `login` varchar(30) DEFAULT NULL, `password` varchar(20) DEFAULT NULL, `status` varchar(1) DEFAULT NULL, PRIMARY KEY (`Id`)) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=latin1; any comments would be greatthanks ps: thanks to all forum members that help me with a lot of questions! LoginDemoProject.zip 3 Quote
Emiliano Posted February 3, 2015 Author Posted February 3, 2015 http://www.pontodeensino.com/LoginDemoProject_2015.zip updated! 1 Quote
netfun2000 Posted January 25, 2017 Posted January 25, 2017 http://www.pontodeensino.com/LoginDemoProject_2015.zip updated! The requested URL /LoginDemoProject_2015.zip was not found on this server. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.