Aimless Posted May 25, 2010 Share Posted May 25, 2010 Doesn't seem to be working INSERT INTO members(firstname, lastname, login, passwd, path, bin, server, port, srv, due, payment, ftp, admin) VALUES('$fname','$lname','$login','".md5($_POST['password'])."','$path','$bin','$server','$port','$srv','$due','$payment','$ftp','$admin')"; Quote Link to comment https://forums.phpfreaks.com/topic/202872-mysql-query-problem/ Share on other sites More sharing options...
Mchl Posted May 25, 2010 Share Posted May 25, 2010 Do you get an error message? Use mysql_error to get it. Quote Link to comment https://forums.phpfreaks.com/topic/202872-mysql-query-problem/#findComment-1063172 Share on other sites More sharing options...
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.