so i keep getting this error, 403 Forbidden:
Forbidden
You don't have permission to access (/directory/) on this server.
for everytime I try to run my php scripts which have access to database. But when I run php scripts without accessing database, there would be no problems.
Is this a problem with MySQL? I have checked a lot of times in my connection.php page that my mysqli_connect( ) has everything right, including user name and password shown on the web hosting server, as well as mysqli_select_db ( ) with a correct databasename.
Still no success and this error keeps arising.
Any help is appreciated !