PHP Classes

File: x/config.php

Recommend this page to a friend!
  Classes of Rodrigo Faustino   PHP Game Geolocation   x/config.php   Download  
File: x/config.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Game Geolocation
Game to add locations of crimes to a map
Author: By
Last change:
Date: 2 months ago
Size: 121 bytes
 

Contents

Class file image Download
<?php
define
("SERVIDOR", "localhost");
define("USUARIO", "root");
define("SENHA", "usbw");
define("BANCO", "estoque");
?>