I realy cant figure why because I've tried to submit many forms and all the info have been inserted to the data base but they are not showing up on the admin page
every single file is chmod 777
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The admin page does not use the same file (process.php) to read data from the database. In the admin folder the index.php file does the db access to display the collected data. For some reason the parameters for accessing the db (db name, username, password, etc..) are not the same. See if you can determine what these parameters are in the process.php file and then compare them to the admin index.php file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When open the admin page I get this
Using MySQL database info:
Connetion to database failed !
I realy cant figure why because I've tried to submit many forms and all the info have been inserted to the data base but they are not showing up on the admin page
every single file is chmod 777
Thanks in advance
The admin page does not use the same file (process.php) to read data from the database. In the admin folder the index.php file does the db access to display the collected data. For some reason the parameters for accessing the db (db name, username, password, etc..) are not the same. See if you can determine what these parameters are in the process.php file and then compare them to the admin index.php file.