Jump to content
MakeWebGames

Recommended Posts

Posted

Re: Xampp and Mccodes?

yes it works with xampp lol.

xampp is just a compilation of php apache and mysql in 1.

xampp creates a server on your comp... upload the source code to your htdocs folder.

then open your web browser and go to like. http://localhost....................

chances are you will have to run the installer and enter your dbdata.

Posted

Re: Xampp and Mccodes?

There's loads of programs like that the simplest one is just AppServ. Google it.

Then once installed All you have to do is go to C:\AppServ\www. Then copy files to there, then go to http://localhost/phpmyadmin create a new database done. Then just run installer on mccode. How easy could it be.

Posted

Re: Xampp and Mccodes?

Now I view my project and Now when I log in after registering I get this.

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'root'@'localhost' (using password: YES) in C:\wamp\www\Testing\mysql.php on line 2

Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\Testing\mysql.php on line 3

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in C:\wamp\www\Testing\authenticate.php on line 30

Access denied for user 'root'@'localhost' (using password: YES)

Posted

Re: Xampp and Mccodes?

Thanks chase779

I got past that part now, and this what happends

Wrote mysql.php file...

INSTALLATION ERROR: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1

I'm stuck on this now... where is the manual and where do I go to fix it

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