Would really appreciate your help please :) I keep getting an error on my PDO connect, as such: Warning: PDO::__construct(): php_network_getaddresses: getaddrinfo failed
It's likely that the server that hosts your app doesn't know how to resolve "localhost".
See the hosts file for this.
You can workaround that by replacing "localhost" with "127.0.0.1"