Skip to content

Instantly share code, notes, and snippets.

@pifantastic
Created December 10, 2009 22:36
Show Gist options
  • Save pifantastic/253762 to your computer and use it in GitHub Desktop.
Save pifantastic/253762 to your computer and use it in GitHub Desktop.
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
require_once('../php/Commun/FUS_SCM_ini.php');
require_once('../php/Commun/FUS_SCM_database.php');
$o_db = db_connect($_db_host, $_db_user, $_db_passw);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment