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')"; 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. Link to comment https://forums.phpfreaks.com/topic/202872-mysql-query-problem/#findComment-1063172 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.