|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()); ?> 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() 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 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
Archived
This topic is now archived and is closed to further replies.