Jump to content

eltekko

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

About eltekko

Profile Information

  • Gender
    Not Telling

eltekko's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Hello everyone... I've tried this script.... and I get this error: '.mysql_error() ); $db_select = mysql_select_db( mySQL_database, $db_link ) or die( 'Error connecting to Database '.mysql_error() ); if ($user == '') { print'Incorrect UserID'; mysql_close(); } else { $db_add = mysql_query( "INSERT INTO `accounts` VALUES ('$user', '$str', '0', '0', '')" ) or die( 'Error: '.mysql_error() ); } print 'Account Created Enjoy youre gameplay.'; mysql_close(); ?> is there a problem if I take the acc.php... and take it on frontpage (because I'm using it to make the webpage)
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and 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..