|
Posted by Shmuel on 10/09/07 06:22
> The mysql_connect() call gets the password your website uses on the
> database. That should NOT be the same as your user's passwords.
> Rather, it should be something you keep secret from anyone else.
Yes, but I connect to the user's database (over the net) dynamically,
getting the values from my database. I'm working on a CMS that
is used to modify data in databases that are not on the same server,
they are wherever the user have them. And also I don't have access
to the mysql database on my hosting provider, so I couldn't store
there the user details there.
Navigation:
[Reply to this message]
|