Skip to content

Instantly share code, notes, and snippets.

View BibleLeagueInternational's full-sized avatar

Bible League International BibleLeagueInternational

View GitHub Profile
@BibleLeagueInternational
BibleLeagueInternational / gmc_datafeed.php
Last active August 29, 2015 14:09
GMC datafeed script
<?php
require '/includes/class.common.php';
require '/includes/class.images.php';
// mysql connection
$conn=mysqli_connect("localhost","database","password","database_name");
// Check connection
if (mysqli_connect_errno($conn))
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();