I have large website of many folders of HTML pages, and one folder of PHP stuff (that also contains the Connections folder containing the Connections file). This works fine on the testing server.
I've now got the populated database on the hosting server, as well as the folder containing the PHP elements. The links are supposed to run queries and display data, but nothing happens. No error messages; no nothing.
It occurs to me that perhaps the Connections file (with the hostname, database name, etc.) might need to be in a more prominent place. What activates the Connections file, anyway? Should I move this code inside a PHP file that is called by a link?
(Mother couldn't afford to send me to PHP school. :bemused🙂 I'd call the hosting service but their support dept. seems to be down for awhile.
Thoughts?