Hi everyone,
I have just started using x10hosting and I am not sure how to set up a PDO.
Up to now, all of my projects have been locally hosted so I am not sure how to configure this:
PDO('mysql:hostname=;dbname=exampledb', 'username', 'password')
I know what goes in for username, password...