karikamiya Posted March 23, 2009 Share Posted March 23, 2009 okies, i have three lines of code: $user_name = mysqli_real_escape_string($cxn, $_POST['user_name']); $f_name = mysqli_real_escape_string($cxn $_POST['f_name']); $password = mysqli_real_escape_string($cxn, $_POST['password']); and i don't know how i hove broken it. any ideas? Link to comment https://forums.phpfreaks.com/topic/150660-solved-beating-myself-senseless-over-a-parse-error/ Share on other sites More sharing options...
karikamiya Posted March 23, 2009 Author Share Posted March 23, 2009 epic comma fail Link to comment https://forums.phpfreaks.com/topic/150660-solved-beating-myself-senseless-over-a-parse-error/#findComment-791501 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.