PHP Help.

SilentAssassin

New Member
Messages
10
Reaction score
0
Points
0
Ok so I am making a Reigster/Login system for a website I am creating. So what I need help with is MySQL and PHP. I set everything up but when I make an account It asks me to download register.php. I think this has something with the database not working. So I opened the MySQL Command Line Client, then I created a database and put in create database registersystem2. I would be really happy if you could help. Thank you all who help.

-Silent Assassin
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
Are you testing the script locally? If so, have you got PHP, MySQL and Apache installed?
 
Last edited:

arsonistx

New Member
Messages
308
Reaction score
0
Points
0
You need Apache, it's the web server. :p
You can't view any PHP without all three of them.

There's a program called WAMP that has all 3 of those programs integrated in it. I use it for testing on localhost.
Their website is http://www.wampserver.com/en/

I would suggest using this. :)
 

SilentAssassin

New Member
Messages
10
Reaction score
0
Points
0
Ok thanks, I'm gonna download WAMP and then try my register system. Well thanks again, bye.

Regards, Silent Assassin
 
Top