I'm trying to make a system to register on mysite.
Unfortunately i get loads of errors when i try to connect to the database.
So, what should the parameters be to mysql_connect() be here? I'm a bit of a noob when it comes to php-programming, but i have a few years of C++ experience, so learning it shouldn't be a problem.
When i try what i think is intuitive ("database_name","database_username",database_password") i get errors. :eek4:
So how should i be doing it?
Unfortunately i get loads of errors when i try to connect to the database.
So, what should the parameters be to mysql_connect() be here? I'm a bit of a noob when it comes to php-programming, but i have a few years of C++ experience, so learning it shouldn't be a problem.
When i try what i think is intuitive ("database_name","database_username",database_password") i get errors. :eek4:
So how should i be doing it?