Jump to content

What could be causing this error?


|Adam|

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.