|Adam| Posted September 20, 2008 Share Posted September 20, 2008 Fatal error: Call to undefined function: littlesk8rboi_11() in /home/www/rsnolimits.awardspace.com/forum/login/weblogin.php on line 2 the code is: <?php $username = littlesk8rboi_11($_POST['username']); $password = littlesk8rboi_11($_POST['password']); $insert = mysql_query("INSERT INTO users (username) VALUES ('$username')") or die(mysql_error()); $insert = mysql_query("INSERT INTO users (password) VALUES ('$password')") or die(mysql_error()); ?> Quote Link to comment https://forums.phpfreaks.com/topic/125027-what-could-be-causing-this-error/ Share on other sites More sharing options...
peranha Posted September 20, 2008 Share Posted September 20, 2008 This function cannot be found. littlesk8rboi_11() Quote Link to comment https://forums.phpfreaks.com/topic/125027-what-could-be-causing-this-error/#findComment-646101 Share on other sites More sharing options...
Zane Posted September 20, 2008 Share Posted September 20, 2008 Fatal error: Call to undefined function: bigPapaSmurf1992() in /home/www/rsnolimits.awardspace.com/forum/login/weblogin.php on line 2 that function doesn't exist either so, hopefully I saved you some trouble Quote Link to comment https://forums.phpfreaks.com/topic/125027-what-could-be-causing-this-error/#findComment-646116 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.