Hi,
Cannot put this together... what link do I use for my website to bring up the contents?
The database is good, all the stuff is there.
I did this... https://www.cloudways.com/blog/connect-mysql-with-php/#createfolder
***********************
<?php
function OpenCon()
{
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "1234";
$db = "example";
etc.,etc.
***********************
<?php
/* Setup MySQL Access */
$DBhost = "localhost";
$DBuser = "duchaine_admin";
$DBpass = "(mypw)'";
$DBname = "duch