The exactsituation follows:
I am using the mysql_query () statement to run a privledges update to a user and grant then rights to a DB. This command is working, yet when I go to update the database the user is unable to.
I found that if I go into phpMyAdmin and click "reload" (which reloads/updates the user privledges and tables) that I then have access to edit the db.
So I would like to find a function in php that would do this for me so the user can have instant access to the db after creating an account.
thnks,
-D