Jump to content
MakeWebGames

Recommended Posts

Posted

Just wondering where and what i have to edit to get the game code to run on my computer cause i'm gettin sik of waitin for it to upload to test it....

I just can't get the database to connect.

Posted

Re: WAMP 5

yeah i know how to get the beowser to display the page, i just can't sign in or register a player or anything. i think it's a problem with the database connection, this is what i have.

 

<?

$c=mysql_connect('localhost','root','') or die(mysql_error());

mysql_select_db('nottellingdbname',$c);

?>

I'm not sure what ya mean bu $myket, never seen it before.

  • 3 weeks later...
Posted

Re: WAMP 5

Ok, Your database should have an '_' somewhere.

Eg, My cPanel/Php-myadmin log in name is XXX, and my database is YYY, so...i believe it would be XXX_YYY i think :?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...