Hi Deejay2008,Thank you for your response and apologies for not replying earlier.For some reason I am not getting new response notifications on this forum. :)Anyway I changed the root path as you suggested in both files and am getting the same error:"Unable to connect to database ."If I manually define the dbname, username and password in the files:$db = new mysqli(DBHOST, DBUSER, DBPASS, DBNAME); to$db = new mysqli(support, support, password, support);I get a blank page when I execute the merge ticket function. No error, just a while page that doesn't update.I appreciate the help you are providing and would love to hear any new ideas? This function will be extremely useful for me.Thanks!