hi, I recently download the Fleaim software and install on my computer, and have change setting included install in mysql database.
after i change setting to $DB = new db("localhost","root","","3252"); i still could not be able to connect while tried to test registration.
I noticed that i have not put the database name, do you know where to change database name so they can connect it!
your software are great, please let me know thanks.
Alidad Modjtabai
Alidad@comcast.netAm new in this forum, an I run the script in my website without problems.
The solucion is: COMPLETE YOUR DATA
Example: $DB = new db("localhost","root","(you missed password)","3252") see??
The proper configuration is: $DB = new db("localhost","database user","password","database name")
In the line, you don´t put the password of the user created in your database, without that, the script can´t connect to the database.
I hope this solve your problem.
Greetings
