Lanibox Posted February 1, 2011 Share Posted February 1, 2011 Hey, im making vb.net program with key register form, but I got problem with checking if code or email is available. Here is code I got now. "SELECT * FROM users WHERE code = '" + acc.Text + "' AND password= '" + TextBox4.Text + "'" It should be like If code = available: true then register:true If email = available: true then register:true If code = available:true and email = available:false then register:false If code = available:false and email = available:true then register:false Hope somebody can help with this Link to comment https://forums.phpfreaks.com/topic/226380-mysql-register-check-if-code-or-email-is-available/ Share on other sites More sharing options...
Lanibox Posted February 1, 2011 Author Share Posted February 1, 2011 Nevermind Got allready this working. Link to comment https://forums.phpfreaks.com/topic/226380-mysql-register-check-if-code-or-email-is-available/#findComment-1168536 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.