Jump to content
MakeWebGames

Recommended Posts

Posted

what should mysql.php be if my name is

dan

my password is dan2

and my database is dan_game

these aren't my real things but it would be a great help

plus 2 for anyone who can tell me

Posted

Re: NEED HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Here - this should work.

 

<?

$c=mysql_connect('localhost','dan','dan2') or die(mysql_error());
mysql_select_db('dan_game',$c);

?>
  • 3 weeks later...
Posted

Re: NEED HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Why did you give your database password and stuff couldn't you just tell us:

my database user (my_user)

my password (pass)

my database (my_database)

Posted

Re: NEED HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

 

Why did you give your database password and stuff couldn't you just tell us:

my database user (my_user)

my password (pass)

my database (my_database)

Godfather did not ask for a reference, he asked for a script, and Tezza` supplied one.

Read the original post first next time.

Posted

Re: NEED HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

He clearlly stat's these is not his real pass and user.

 

these aren't my real things but it would be a great help

Posted

Re: NEED HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

lol told you no one will help you cus your title is spaming change it and some people might help :roll:

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