PHP Classes

File: config/config.php

Recommend this page to a friend!
  Classes of Luis Toscano   Easy API   config/config.php   Download  
File: config/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Easy API
Handle API calls by mapping requests to functions
Author: By
Last change:
Date: 5 years ago
Size: 174 bytes
 

Contents

Class file image Download
<?php

$host
= 'localhost';
$user = '';
$pass = '';
$database = '';

$link = mysqli_connect($host,$user,$pass,$database) or die("Error : Ouch!! => " . mysqli_error($link));