Jump to content

eltekko

Members
  • Posts

    1
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by eltekko

  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...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock